Hacker News new | ask | show | jobs
by anaphor 4365 days ago
just to clarify, you mean fast immutable hash tables that support insertion right? (Which I agree is hard) Otherwise you can just use a BST or something and it's fast enough for lookups.