Level / abstract-level

Abstract class for a lexicographically sorted key-value database.
MIT License
123 stars 8 forks source link

Benchmarks? #26

Closed ronag closed 2 years ago

ronag commented 2 years ago

Would be nice if abstract-level could also include benchmarks so we can easily compare our different backend implementations.

vweevers commented 2 years ago

See https://github.com/Level/bench - but as I mentioned elsewhere, I need to write some guidelines and/or update docs (because currently level-bench is geared towards the older abstract-leveldown and levelup, and not yet optimized for abstract-level).

ronag commented 2 years ago

I assume I need to pass class somehow to get it to work with abstract-level

ronag commented 2 years ago

Yep. Thanks!