Has anybody used the WB B-tree library?
Posted
by Chris B
on Stack Overflow
See other posts from Stack Overflow
or by Chris B
Published on 2009-09-18T05:42:40Z
Indexed on
2010/03/16
10:36 UTC
Read the original article
Hit count: 240
disk-based
|library
I stumbled across the WB on-disk B-tree library:
http://people.csail.mit.edu/jaffer/WB
It seems like it could be useful for my purposes (swapping data to disk during very large statistical calculations that do not fit in memory), but I was wondering how stable it is. Reading the manual, it seems worringly 'researchy' - there are sections labelled [NOT IMPLEMENTED] etc. But maybe the manual is just out-of-date.
So, is this library useable? Am I better off looking at Tokyo Cabinet, MemcacheDB, etc.?
By the way I am working in Java.
© Stack Overflow or respective owner