sdd / kiddo

Kiddo
Apache License 2.0
87 stars 14 forks source link

feat: Implement all queries on `float::kdtree::ArchivedKdTree`. Update rkyv example #41

Closed sdd closed 1 year ago

sdd commented 1 year ago

Rkyv example updated to ensure that we use rkyv's zero-copy mode rather than deserializing. Additionally use memmap when reading in from files. Show times to compare with and without memmap and zero-copy.

sdd commented 1 year ago

This addresses https://github.com/sdd/kiddo/issues/36