GithubHelp home page GithubHelp logo

Investigate speed issues about transforge HOT 3 OPEN

quangis avatar quangis commented on June 14, 2024
Investigate speed issues

from transforge.

Comments (3)

nsbgn avatar nsbgn commented on June 14, 2024

It is mostly the ordering of tools that is prohibitively expensive. If there is no way to address this in SPARQL itself, it might be an option to pre-calculate a matrix of accessibility from each tool application.

from transforge.

nsbgn avatar nsbgn commented on June 14, 2024

I think it can be addressed via subqueries. Crucially, we should accept the first occurrence of a type on a particular branch (and not also investigate any subsequent occurrences)

from transforge.

nsbgn avatar nsbgn commented on June 14, 2024

For checking ordering, we now traverse the transformation graph along the :to predicates and check the type of each node. This is (predictably) incredibly computationally intensive, and I do think that we should eventually do this another way. However, it's useful to have it working for testing, so I want to try one more thing:

Since transformation graphs contain a type tree with all relevant types, we can work from the other direction: first select all nodes with the correct type, then check if they are accessible from the current node. This should be far less intensive.

We could also filter out those nodes with the correct type that are accessible from other nodes with the correct type.

from transforge.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.