Java: large persistent hash structure?

前端 未结 5 2218
[愿得一人]
[愿得一人] 2021-01-05 08:23

I\'m looking for a persistent hash structure in java, a simple key-value store, where key is a unique string and value is an int. The value of a key is to be incremented eac

5条回答
  •  鱼传尺愫
    2021-01-05 08:37

    Have you checked out Berkeley BD Java Edition? They have a Collections-compatible API (see also the Javadoc for StoredMap).

提交回复
热议问题