forked from forks/go-ethereum
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 <martin@swende.se> |
||
|---|---|---|
| .. | ||
| memorydb.go | ||
| memorydb_test.go | ||