SupurCalvinHiggins / y-fast-trie

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

Y-Fast Trie should accept multiple bucket types #46

Closed SupurCalvinHiggins closed 2 years ago

SupurCalvinHiggins commented 2 years ago

We should be able to provide dropin replacements for the default Y-Fast Trie bucket.

SupurCalvinHiggins commented 2 years ago

All set.