leo-project / leo_backend_db

leo_backend_db is a wrapper library for Basho bitcask, Basho eleveldb and Erlang ETS. They are used as local KVS in LeoFS.
http://leo-project.net/leofs
Apache License 2.0
10 stars 8 forks source link

Use eleveldb:count for #974 #18

Closed mocchira closed 6 years ago

mocchira commented 6 years ago

the result of micro bench for leo_backend_db_eleveldb is almost same as https://github.com/leo-project/eleveldb/pull/1#issuecomment-360656385. around 100 times faster than the previous one.