warrenfalk / rocksdb-sharp

.net bindings for the rocksdb by facebook
Other
206 stars 65 forks source link

Update upstream to v5.17.2, and add raw bindings for new C API. #52

Closed arsing closed 5 years ago

arsing commented 5 years ago

Ref #51

I've verified the RocksDbSharpTest and our own application's internal tests on Linux and Windows pass with this.


TODO before merging:

warrenfalk commented 5 years ago

Thanks!

I'll get a build of this published soon.

I was able to get this to build on a Mac except the 32 bit build on Mac is broken and I'm not sure it's fixable, so with this next release, I'm planning to just drop 32-bit native support. Rocksdb-sharp should still support a 32-bit native library if it is installed on the system.