Closed scalalang2 closed 10 months ago
To minimize GC overhead, we can use this technique used at vitess, which is a sharded database compatible with MySQL
@sylr thanks for sharing it 👍 I'll follow this up.
See also go-ethereum/common/lru/blob_lru.go
Motivation
Let's explore a way to enhance the performance of this implementation 🤔