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.
JDBM:极速磁盘数据库
JDBM是一款纯Java实现的极简且高性能的磁盘数据库,提供TreeMap、HashMap等集合支持,每秒可处理100万次写操作及1000万次读操作,适用于处理大规模数据而无需担心内存溢出问题。
449

被折叠的 条评论
为什么被折叠?



