Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ethdb/memorydb: faster DeleteRange (ethereum#31038)
This PR replaces the iterator based DeleteRange implementation of memorydb with a simpler and much faster loop that directly deletes keys in the order of iteration instead of unnecessarily collecting keys in memory and sorting them. --------- Co-authored-by: Martin HS <[email protected]>
- Loading branch information