1

Is it true that the latest version of MapDB is thread-safe? I couldn't find anything concrete at Google and their website doesn't say anything about locking.

Daniel
  • 5,839
  • 9
  • 46
  • 85

1 Answers1

3

You can see the code comments of the data structure you need, like HTreeMap, or BtreeMap, they are both claimed as concurrent.

Mobility
  • 3,117
  • 18
  • 31