`
roki
  • 浏览: 60602 次
  • 性别: Icon_minigender_1
  • 来自: 上海
文章分类
社区版块
存档分类
最新评论

JDBM3: Diskbase的高效keyvalue实现

    博客分类:
  • JDM
 
阅读更多

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.

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics