Skip to content

Tags: macros/rocksdb

Tags

v5.13.1

Toggle v5.13.1's commit message
RocksDB 5.13.1

v5.12.4

Toggle v5.12.4's commit message
5.12.4 release with memory leak fix for two_level_iterator

v5.12.3

Toggle v5.12.3's commit message
5.12.3 release with memory leak fix for pinned partition filters

v5.12.2

Toggle v5.12.2's commit message
RocksDB version 5.12.2

v5.11.3

Toggle v5.11.3's commit message
bump version to 5.11.3

rocksdb-5.11.3

Toggle rocksdb-5.11.3's commit message
bump version to 5.11.3

v5.11.2

Toggle v5.11.2's commit message
Java wrapper for Native Comparators

Summary:
This is an abstraction for working with custom Comparators implemented in native C++ code from Java. Native code must directly extend `rocksdb::Comparator`. When the native code comparator is compiled into the RocksDB codebase, you can then create a Java Class, and JNI stub to wrap it.

Useful if the C++/JNI barrier overhead is too much for your applications comparator performance.

An example is provided in `java/rocksjni/native_comparator_wrapper_test.cc` and `java/src/main/java/org/rocksdb/NativeComparatorWrapperTest.java`.
Closes facebook#3334

Differential Revision: D7172605

Pulled By: miasantreble

fbshipit-source-id: e24b7eb267a3bcb6afa214e0379a1d5e8a2ceabe

rocksdb-5.11.2

Toggle rocksdb-5.11.2's commit message
Java wrapper for Native Comparators

Summary:
This is an abstraction for working with custom Comparators implemented in native C++ code from Java. Native code must directly extend `rocksdb::Comparator`. When the native code comparator is compiled into the RocksDB codebase, you can then create a Java Class, and JNI stub to wrap it.

Useful if the C++/JNI barrier overhead is too much for your applications comparator performance.

An example is provided in `java/rocksjni/native_comparator_wrapper_test.cc` and `java/src/main/java/org/rocksdb/NativeComparatorWrapperTest.java`.
Closes facebook#3334

Differential Revision: D7172605

Pulled By: miasantreble

fbshipit-source-id: e24b7eb267a3bcb6afa214e0379a1d5e8a2ceabe

v5.10.4

Toggle v5.10.4's commit message
Update HISTORY.md

rocksdb-5.10.4

Toggle rocksdb-5.10.4's commit message
Update HISTORY.md