Improve dyn-abi
encoding performance
#75
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Benchmark from #57, as of commit 64bf519:
Maybe we can skip tokenizing by encoding directly the
DynSolValue
? Looking at the"struct"
bench, ethabi is much more concise because ofethabi::encode(tokens: &[ethabi::Token])
, while dyn-abi has to declare all the types, and then also clone the input on each call.Originally posted by @DaniPopes in #57 (comment)
The text was updated successfully, but these errors were encountered: