ohhmm / openmind

Deduction framework with arbitrary mathematical system solver.
https://www.deduction-fw.org/
BSD 3-Clause "New" or "Revised" License
13 stars 8 forks source link

Multi-process key-value storage #43

Open ohhmm opened 3 years ago

ohhmm commented 3 years ago

Allow multiple process instances to access same DB.

LevelDB has no such support.

RocksDB may be considered as an additional option.

ohhmm commented 2 years ago

FoundationDB