SupurCalvinHiggins / y-fast-trie

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

Benchmarks should handle classes templated on multiple types smoothly #37

Closed SupurCalvinHiggins closed 2 years ago

SupurCalvinHiggins commented 2 years ago

We should be able to handle template classes like XFastTrie<T, G> smoothly in the benchmarks. Otherwise, we should find a reasonable workaround for our use cases.

SupurCalvinHiggins commented 2 years ago

We already can do this.