Benchmarks
This chapter terms to record the benchmarks of zink projects comparing
with solidity
and vyper
.
We are not going to compare with yul
or huff
since we are on different
level, however, if zink is even faster than yul
or huff
in some cases,
don’t be surprised, we are born with high performance.
NOTE
since we haven’t implemented the selector logic yet, the bytecode of zink is
a bit shorter, similar in the gas cost, the main reason that zink contracts
cost less gas is that we are currently missing conditions for situations that
are more complex, we will get a more actual answer of these after the release of
v0.2.0
.