go-ethereum/ethdb
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
..
dbtest ethdb: Implement DeleteRange in batch (#31947) 2025-06-20 19:40:41 +08:00
leveldb all: replace fmt.Errorf with errors.New (#32286) 2025-07-28 10:13:18 +02:00
memorydb all: replace fmt.Errorf with errors.New (#32286) 2025-07-28 10:13:18 +02:00
pebble all: replace fmt.Errorf with errors.New (#32286) 2025-07-28 10:13:18 +02:00
remotedb core/rawdb: integrate eradb backend for RPC (#31604) 2025-06-03 10:47:38 +02:00
batch.go ethdb: Implement DeleteRange in batch (#31947) 2025-06-20 19:40:41 +08:00
database.go ethdb: Implement DeleteRange in batch (#31947) 2025-06-20 19:40:41 +08:00
iterator.go all: simplify and fix database iteration with prefix/start (#20808) 2020-04-15 14:08:53 +03:00