FuelLabs / fuel-vm

Fuel v2 interpreter in Rust
Other
358 stars 88 forks source link

Memory pool/reuse #732

Closed Dentosal closed 5 months ago

Dentosal commented 6 months ago

Used by https://github.com/FuelLabs/fuel-vm/pull/732

Adds a method to reset memory to the original state.

Also adds a memory pool to allow reusing memory instances, and use that for all VM initializations.

Checklist

Before requesting review