mattyv / FlashRadixTree

Associative container with the ability to search more efficiently if you know the key will be there. On par with std::map and well against std::unordered_map for most keys sizes, and especially where you have large keys with common prefixes.
GNU General Public License v3.0
0 stars 0 forks source link

Modify interface to more closely resemble std::map for the functions supplied #18

Closed mattyv closed 6 months ago

mattyv commented 7 months ago

will make drop in replacement a lot easier