qpdb / mentat

A persistent, relational store inspired by Datomic and DataScript.
https://mentat.rs/
Apache License 2.0
52 stars 2 forks source link

Investigate parking_lot #205

Open gburd opened 4 years ago

gburd commented 4 years ago

https://github.com/Amanieu/parking_lot

We don't make heavy use of concurrency, but this is worth investigating as a replacement for Mutex.