go-ethereum/ethdb/pebble
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
..
pebble.go all: replace fmt.Errorf with errors.New (#32286) 2025-07-28 10:13:18 +02:00
pebble_test.go core, ethdb: introduce database sync function (#31703) 2025-05-08 19:10:26 +08:00