1 comment

[ 0.21 ms ] story [ 13.3 ms ] thread
Nice I guess. I've sometimes thought of doing something similar with a red-black or AVL tree index. So every update writes O(log n) index nodes to the file, but you can do any lookup in O(log n) operations.