Skip to content
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

Investigate: Silent failure on large N3 files #338

Open
jeswr opened this issue May 20, 2023 · 1 comment
Open

Investigate: Silent failure on large N3 files #338

jeswr opened this issue May 20, 2023 · 1 comment

Comments

@jeswr
Copy link
Member

jeswr commented May 20, 2023

Discovered by @josd

On the extended deep taxonomy benchmark with --turtle we get

$ time eye --quiet --nope test-facts.ttl test-dl.ttl test-rules.n3 --query test-query.n3
@prefix : <http://eulersharp.sourceforge.net/2009/12dtb/test#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.

:i100000 a :N100000.


real    0m14.959s
user    0m16.278s
sys     0m0.431s

With eye-js this doesn't produce the answer after running 10 times longer:

$ time eyereasoner --quiet --nope test-facts.ttl test-dl.ttl test-rules.n3 --query test-query.n3
@prefix : <http://eulersharp.sourceforge.net/2009/12dtb/test#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.



real    0m51.283s
user    0m51.695s
sys     0m0.211s
@josd
Copy link
Contributor

josd commented May 20, 2023

The used files are at https://github.com/eyereasoner/eye/tree/master/reasoning/edt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants