日期:2014-05-16  浏览次数:20516 次

JDBM3: Diskbase的高效keyvalue实现

https://github.com/jankotek/JDBM3

?

每秒100万写操作, 1000万读操作

?

JDBM provides TreeMap, HashMap and other collections backed up by disk storage.

Now you can handle billions of items without ever running out of memory.

JDBM is probably the fastest and the simpliest pure Java database.?

?

JDBM is tiny (160KB nodeps jar), but packed with features such as transactions,?

instance cache and space efficient serialization.

It also has outstanding performance with 1 million inserts per second and 10 million fetches per second (disk based!!).?

It is tightly optimized and has minimal overhead.?

It scales well from Android phone to multi-terrabyte data sets.