dain / leveldb

Port of LevelDB to Java
Apache License 2.0
1.54k stars 429 forks source link

what does "within 10% of the performance of the C++" mean? #89

Open publicocean0 opened 6 years ago

publicocean0 commented 6 years ago

sorry what does "within 10% of the performance of the C++" mean? 10% less than c++? -> c++ 100 ops , java 90ops 10% in absolute -> c++ 100ops , java 10 ops

comparing other similar project in java the performance is comparable with c++ .... are you sure ?

rustyx commented 4 years ago

This project is abandoned. See some benchmarks in this fork: https://github.com/pcmind/leveldb#performance

dain commented 4 years ago

This project is in maintenance mode and only bug fixes are applied.