dain / leveldb

Port of LevelDB to Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

publicocean0 opened this issue · comments

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 ?

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

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