TamaGo
TamaGo copied to clipboard
Re-allocate tree when tree is full
The expand_node() will consume a node space. This PR adds support for re-allocating more memory space when tree is full. Avoid to be crash.