FuelLabs / fuel-vm

Fuel v2 interpreter in Rust
Other
344 stars 77 forks source link

Verify the impact of inputs/outputs on the performance of the VM #761

Closed xgreenx closed 3 weeks ago

xgreenx commented 3 weeks ago

Some opcodes iterate input / output to find specific entries, but doesn't charge linearly to input / output count. Given that input / output count is relatively limited, it is possible that this is absorbed into the constant gas cost. (1) / (2) / (3) / (4) / (5) / (6) / (7) / (8)