status-im / nim-eth

Common utilities for Ethereum
https://nimbus.status.im
Apache License 2.0
83 stars 31 forks source link

discv5: migrate to minilru #741

Closed arnetheduck closed 1 month ago

arnetheduck commented 1 month ago

As it happens, the two share the exact same interface (even the test suite removed in this PR passes) - minilru has an edge on efficiency however, avoiding the doubly linked list node allocations etc