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

Remove manual memory management

Open cmdevries opened this issue 11 years ago • 0 comments

Using smart pointers for cases where the pointer overhead is not critical such as tree nodes.

Switch to move semantics for vectors.

cmdevries avatar Oct 11 '14 14:10 cmdevries