rocker icon indicating copy to clipboard operation
rocker copied to clipboard

Replace RwLock with DBCommon<MultiThreaded>

Open dvic opened this issue 11 months ago • 1 comments

Is there a particular reason to manually manage the RwLock inside the NIF and not use DBCommon<MultiThreaded> instead?

dvic avatar Mar 26 '24 11:03 dvic

There are some issues with incompatible API for ColumnFamily and BoundColumnFamily. e.x: https://github.com/rust-rocksdb/rust-rocksdb/issues/840

Elzor avatar Jul 27 '24 12:07 Elzor