go-ethereum/ethdb/leveldb
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
..
leveldb.go all: replace fmt.Errorf with errors.New (#32286) 2025-07-28 10:13:18 +02:00
leveldb_test.go ethdb: add benchmark test suite (#26659) 2023-02-10 04:35:00 -05:00