Hacker News new | ask | show | jobs
by vectorEQ 2804 days ago
can't you better hash the keys and match hashes? They arent variable length, and will be unique per unique string regardless of the length.
1 comments

That won't give you range queries / ordered iteration, which were the point of using a tree rather than a hash table in the first place.