dice-group / IGUANA

IGUANA is a benchmark execution framework for RDF triple stores and quad stores
http://iguana-benchmark.eu
GNU Affero General Public License v3.0
24 stars 15 forks source link

Fix/issue 191/rework parsing #211

Closed bigerl closed 1 year ago

bigerl commented 1 year ago

This should address https://github.com/dice-group/IGUANA/pull/197#discussion_r1235307429

Indexing happens now on byte level. This now matches UTF-8 on byte level which should be fine for all our purposes.

I've moved the implementation to FileUtils to make testing of the index functionality easier.