Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
db.clear()
27x faster by doing it natively
Because this uses an iterator under the hood, it also refactors shared code between `db.iterator()` and `db.clear()`.
- Loading branch information