KonradHoeffner / hdt

Library for the Header Dictionary Triples (HDT) compression file format for RDF data.
https://crates.io/crates/hdt
MIT License
19 stars 4 forks source link

further optimize triples_with_sp, triples_with_so and triples_with_po #20

Closed KonradHoeffner closed 1 year ago

KonradHoeffner commented 1 year ago

Since 0.0.4 they are filtered before translation, which is already better than the Sophia default implementation, but they could be further optimized at the iterator level. Either create new iterators or add parameters to the existing ones.

KonradHoeffner commented 1 year ago

Done