go-ethereum/accounts/abi
Daniel Liu ca8d39b862
accounts/abi: improve unpack performance #31387 (#1415)
Slightly improves performance of abi.Unpack

```
Before
BenchmarkUnpack/0-14   5965714       210.9 ns/op     280 B/op       5 allocs/op
BenchmarkUnpack/1-14   2148283       569.7 ns/op     688 B/op      16 allocs/op

After:
BenchmarkUnpack/0-14  	 7693365	       151.2 ns/op	     136 B/op	       4 allocs/op
BenchmarkUnpack/1-14  	 2261294	       508.9 ns/op	     544 B/op	      15 allocs/op
```

replaces https://github.com/ethereum/go-ethereum/pull/31292 since I was
unable to push to your branch @Exca-DK

---------

Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
Co-authored-by: Exca-DK <dawidk.info@gmail.com>
2025-09-03 15:46:23 +08:00
..
bind all: simplify timestamps to uint64 #19372 (#1318) 2025-08-08 10:33:37 +08:00
abi.go accounts/abi: support unpacking solidity errors (#30738) 2025-01-24 16:54:12 +08:00
abi_test.go accounts/abi: support unpacking solidity errors (#30738) 2025-01-24 16:54:12 +08:00
abifuzzer_test.go accounts: run tests in parallel (#28544) 2025-01-24 16:54:12 +08:00
argument.go accounts/abi: improve unpack performance #31387 (#1415) 2025-09-03 15:46:23 +08:00
doc.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
error.go accounts/abi: context info on unpack-errors (#28529) 2025-01-24 16:54:12 +08:00
error_handling.go accounts/abi: fix integer encoding/decoding (#26568) 2025-01-24 16:54:11 +08:00
event.go accounts/abi/bind: fix duplicate field names in the generated go struct (#24924) 2025-01-24 16:54:11 +08:00
event_test.go accounts/abi: golangci-lint 1.61.0 (#30587) 2025-01-24 16:54:12 +08:00
method.go accounts/abi: improve readability of method-to-string conversion (#28530) 2025-01-24 16:54:12 +08:00
method_test.go accounts: run tests in parallel (#28544) 2025-01-24 16:54:12 +08:00
pack.go accounts: fix errors checked by go-staticcheck ST1005 (#28532) 2025-01-24 16:54:12 +08:00
pack_test.go accounts/abi: golangci-lint 1.61.0 (#30587) 2025-01-24 16:54:12 +08:00
packing_test.go accounts/abi: ABI explicit difference between Unpack and UnpackIntoInterface (#21091) 2025-01-24 16:18:30 +08:00
reflect.go accounts/abi: fix typos (#29542 #29600) 2025-01-24 16:54:12 +08:00
reflect_test.go accounts/abi: golangci-lint 1.61.0 (#30587) 2025-01-24 16:54:12 +08:00
topics.go accounts/abi: fix MakeTopics mutation of big.Int inputs (#30785) 2025-01-24 16:54:12 +08:00
topics_test.go accounts/abi: fix MakeTopics mutation of big.Int inputs (#30785) 2025-01-24 16:54:12 +08:00
type.go accounts/abi: handle ABIs with contract type parameter (#30315) 2025-01-24 16:54:12 +08:00
type_test.go accounts/abi: fix typos (#29542 #29600) 2025-01-24 16:54:12 +08:00
unpack.go account/abi: convert if-else-if chain to tagged switch (#27869) 2025-01-24 16:54:12 +08:00
unpack_test.go accounts/abi: improve unpack performance #31387 (#1415) 2025-09-03 15:46:23 +08:00
utils.go accounts: lint comments (#25726) 2025-01-24 16:54:11 +08:00