Skip to content

Investigate: Silent failure on large N3 files #338

Description

@jeswr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions