rust-cv / space

Spatial library for Rust
MIT License
39 stars 4 forks source link

Use smallvec for pointer octree #1

Closed vadixidav closed 5 years ago

vadixidav commented 5 years ago

Right now only the Linear octree uses smallvec. This should improve memory consumption.