core/state: replace fastcache code cache with gc-friendly structure (#26092)
This PR replaces fastcache with a pretty simple LRU which does not require explicit closing.
Showing
common/lru/blob_lru.go
0 → 100644
common/lru/blob_lru_test.go
0 → 100644
Please register or sign in to comment