eyereasoner / eye-js

A distribution of EYE reasoner in the JavaScript ecosystem using Webassembly.
https://eyereasoner.github.io/eye-js/example/
MIT License
38 stars 5 forks source link

leverage `--turtle` flag #1177

Open jeswr opened 2 months ago

jeswr commented 2 months ago

Since the --turtle flag allows files to be parsed in a time that is an order of magnitude faster, we should split our data inputs into a turtle and an n3 and use the --turtle flag for parsing in the former case.

jeswr commented 1 month ago

Attempted in https://github.com/eyereasoner/eye-js/pull/1210, benchmark shows no performance improvement compared to main.