Breccia: Single-file, append-only, blob storage with efficient random access (github.com) 23 points by StingyJelly 7mo ago ↗ HN
[–] throwaway81523 7mo ago ↗ 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.
1 comment
[ 6.3 ms ] story [ 25.7 ms ] thread