-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance issue with deep taxonomy benchmark #1
Comments
This JavaScript code is indeed shockingly slow compared to EYE. I tried to run this test also this morning and stopped it after 10 minutes . |
Indeed when I ran it initially it went in timeout
although it ran for more than those 5 sec
It was able to finish after adding
A while ago after a meeting with @RubenVerborgh I worked on eye.js which is doing only backward chaining, always producing a proof and using json instead of N3. Running the deep taxonomy benchmark takes
For this test the reasoner also has to chain (backwards) through the whole taxonomy. |
With another way of parsing N3 files I could bring the deep taxonomy benchmark down to about 110 seconds. |
I was testing https://raw.githubusercontent.com/josd/josd.github.io/master/temp/dt.n3
and the good news is that the 30000 triples are produced but at a rather slow pace
FYI, see also mthom/scryer-prolog#1053
esp.
The text was updated successfully, but these errors were encountered: