LMW-tree icon indicating copy to clipboard operation
LMW-tree copied to clipboard

Reduce memory overhead of vector IDs

Open cmdevries opened this issue 11 years ago • 0 comments

There is some memory overhead on vectors.

std::string is around 32 bytes and we use this for a vector ID, but vectors are usually 512 bytes at most. So make the ID a template parameter and switch to char* for strings.

cmdevries avatar Oct 11 '14 14:10 cmdevries