Y
Hacker News
new
|
ask
|
show
|
jobs
by
toolslive
337 days ago
it's possible to unify the WAL and the tree. There are some append only B-tree implementations.
https://github.com/Incubaid/baardskeerder
fe.
1 comments
avinassh
337 days ago
There are also CoW B Trees not entirely similar, but kinda same.
link
toolslive
337 days ago
there's a whole class of persistent persistent (the repetition is intentional here) data structures. Some of them even combine performance with elegance.
link