哪吒机器人提醒:

提醒:Thought Palace
【标题】I Has A Hash Table
【摘要】 i know, three weeks ago i said i was building me a b-tree. i did build it, even the parts i listed under “what’s next?” in that post, and it works. but it became apparent there was a more urgent need for a hash table, for work-related reasons, so i switched gears to build one of those on the same principles. the biggest principle is append-only storage, as described in the prior post. so i thought back to the simplest on-disk hash table i know of—dan bernstein’s cdb—which is very clever, but r... (04-11 09:34)