0) Ensure all code is in cpp 1) determine if copy assignment operator is necessary as a non-default 2) Ensure that getIndexManager is const correct (i.e. does it need to be non-const) 3) buildIndexArray remove new allocations if possible and use memcpy_fast as opposed to memcpy
Ensure all code is in cpp
determine if copy assignment operator is necessary as a non-default
Ensure that getIndexManager is const correct (i.e. does it need to be non-const)
buildIndexArray remove new allocations if possible and use memcpy_fast as opposed to memcpy