Are they any decent on-disk implementations of Java's Map?

前端 未结 6 1485
天涯浪人
天涯浪人 2020-12-03 08:27

I\'m looking for an on-disk implementation of java.util.Map. Nothing too fancy, just something that I can point at a directory or file and have it store its co

6条回答
  •  庸人自扰
    2020-12-03 08:48

    This seems like a relatively new open source solution to the problem, I've used it, and like it so far

    https://github.com/jankotek/JDBM4

提交回复
热议问题