sdd / kiddo

Kiddo
Apache License 2.0
87 stars 14 forks source link

Refactor all query methods into macros that are common between `fixed` and `float` #44

Closed sdd closed 1 year ago

sdd commented 1 year ago

Use for both float::kdtree::KdTree and float::kdtree::ArchivedKdTree.

Not implemented yet for fixed::KdTree::ArchivedKDTree due to Fixed types not being serializable with rkyv without being transmuted to a u16 / u32 / etc