imageworks/Field3D

Replace std::vector in SparseField with pointer

magnusw opened this issue · 1 comments

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

Fixed in cfde798