Y
Hacker News
new
|
ask
|
show
|
jobs
Concurrent Tries with Efficient Non-Blocking Snapshots (2012) [pdf]
(
lampwww.epfl.ch
)
45 points
by
miolini
3765 days ago
2 comments
jkot
3765 days ago
That looks good. It is a trie with optional compression. I might add it to MapDB.
link
eyan
3765 days ago
Hi @jkot. I am a fan of MapDB. Thank you. I know this is off topic but I'm putting it in here anyway.
link
jkot
3764 days ago
Thanks.
link
profquail
3765 days ago
Code from the paper:
https://github.com/axel22/Ctries
link