comunica / comunica-feature-reasoning

📬 Comunica packages for reasoning during query execution
MIT License
5 stars 5 forks source link

Performance Improvements #19

Open jeswr opened 2 years ago

jeswr commented 2 years ago

In some preliminary benchmarking (on https://github.com/comunica/comunica-feature-reasoning/tree/alpha) I noticed that this reasoner was actually slower on some tasks than HyLAR - this is surprising since the rule-restriction algorithm here uses .match to retrieve relevant data rather than iterating over all of the data which must be converted to and stored to in an array.

Useful paths of enquiry would be: