SupurCalvinHiggins / y-fast-trie

A C++ implementation of a Y-Fast Trie.
1 stars 1 forks source link

Memory leak occurs during benchmark of RBT delete #65

Closed ethan-j-carlson closed 2 years ago

ethan-j-carlson commented 2 years ago

A memory leak occurs during the benchmark of delete for the red black tree, especially for the 8 bit integer version.