fuel-core
fuel-core copied to clipboard
Added shortlived cache to the executor for minimization of the storage access
I haven't measured the performance of this change, so it is hard to say how useful it is. If, during the execution, we touched the same data, it could definitely help, but if each touched object was unique, then deallocation of all cached entries could be more expensive than saving from not touching the storage.
I will just leave the PR here open to gather thoughts.
Before requesting review
- [x] I have reviewed the code myself