ontio/ontology-wasm-cdt-rust

optimize copy and memory allocation

laizy opened this issue · 1 comments

laizy commented

currently, abi::Source api could be optimized to avoid some data copy and memory allocation.

laizy commented

We found that this improved some performance, but made the api much more complex for contract developer, so keep it as it is