Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
Breccia: Single-file, append-only, blob storage with efficient random access
(opens in new tab)
(github.com)
23 points
StingyJelly
1mo ago
1 comments
Share
Breccia: Single-file, append-only, blob storage with efficient random access | Better HN
1 comments
default
newest
oldest
throwaway81523
1mo 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