rocksdb/java
Yueh-Hsuan Chiang e3511841fa [JNI] Avoid a potential byte-array-copy btw c++ and java in RocksDB.get(byte[], byte[]).
Summary: Avoid a JNI call to GetByteArrayElements, which may introduce a byte-array-copy.

Test Plan: make jtest

Reviewers: haobo, sdong, dhruba

CC: leveldb

Differential Revision: https://reviews.facebook.net/D17451
2014-04-03 00:02:01 -07:00
..
org/rocksdb [JNI] Improve the internal interface between java and c++ for basic db operations. 2014-04-02 22:23:04 -07:00
rocksjni [JNI] Avoid a potential byte-array-copy btw c++ and java in RocksDB.get(byte[], byte[]). 2014-04-03 00:02:01 -07:00
Makefile [JNI] Add java api and java tests for WriteBatch and WriteOptions, add put() and remove() to RocksDB. 2014-04-02 14:49:20 -07:00
RocksDBSample.java [JNI] Add java api and java tests for WriteBatch and WriteOptions, add put() and remove() to RocksDB. 2014-04-02 14:49:20 -07:00