cmdevries/LMW-tree

Remove manual memory management

Opened this issue · 0 comments

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

Switch to move semantics for vectors.