Official Go implementation of the Ethereum protocol
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
go-ethereum/rlp
Felix Lange 32c576bd3c
rlp: minor optimizations for slice/array encoding (#23467)
3 years ago
..
decode.go rlp: minor optimizations for slice/array encoding (#23467) 3 years ago
decode_tail_test.go all: update license information 9 years ago
decode_test.go rlp: optimize big.Int decoding for size <= 32 bytes (#22927) 3 years ago
doc.go rlp: add support for optional struct fields (#22832) 3 years ago
encode.go rlp: minor optimizations for slice/array encoding (#23467) 3 years ago
encode_test.go rlp: minor optimizations for slice/array encoding (#23467) 3 years ago
encoder_example_test.go rlp: improve nil pointer handling (#20064) 5 years ago
iterator.go core/rawdb: fix transaction indexing/unindexing hashing error (#22457) 4 years ago
iterator_test.go cmd, core, eth: background transaction indexing (#20302) 4 years ago
raw.go p2p/rlpx: reduce allocation and syscalls (#22899) 3 years ago
raw_test.go p2p/rlpx: reduce allocation and syscalls (#22899) 3 years ago
safe.go rlp: minor optimizations for slice/array encoding (#23467) 3 years ago
typecache.go rlp: use atomic.Value for type cache (#22902) 3 years ago
unsafe.go rlp: minor optimizations for slice/array encoding (#23467) 3 years ago