go-ethereum/ethdb/memorydb
ericxtheodore 32d537cd58
all: replace fmt.Errorf with errors.New (#32286)
The errors.new function does not require string formatting, so its
performance is better than that of fmt.Errorf.
2025-07-28 10:13:18 +02:00
..
memorydb.go all: replace fmt.Errorf with errors.New (#32286) 2025-07-28 10:13:18 +02:00
memorydb_test.go ethdb/memorydb, trie: reduced allocations (#28473) 2023-11-15 16:20:34 +01:00