bytedance / terarkdb

A RocksDB compatible KV storage engine with better performance
Apache License 2.0
2.05k stars 202 forks source link

Support JNI #206

Closed yapple closed 1 year ago

yapple commented 2 years ago

[Enhancement]

Problem

cmake -DWITH_JNI=ON

Solution

fix some compile problem in JNI mode

yapple commented 2 years ago

image