Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
Breccia: Single-file, append-only, blob storage with efficient random access
(opens in new tab)
(github.com)
23 points
StingyJelly
4mo ago
1 comments
Save
Share
1 comments
1 comments · 1 top-level
top
newest
oldest
throwaway81523
4mo 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.
j
/
k
navigate · click thread line to collapse