imageworks / Field3D

[NO LONGER MAINTAINED] A library for storing voxel data on disk and in memory.
https://github.com/imageworks/Field3D/wiki/Field3D-Home
BSD 3-Clause "New" or "Revised" License
304 stars 72 forks source link

Replace std::vector in SparseField with pointer #54

Closed magnusw closed 11 years ago

magnusw commented 12 years ago

std::vector is unnecessary. Should be replaced with raw pointer, potentially using memory pool for allocation.

magnusw commented 11 years ago

Fixed in cfde798aa4000f27e70aefb032aff210e68ca6c1