AlacrisIO / meta

Internal management of Legicash/Legilogic/Alacris
0 stars 0 forks source link

Aggressively reuse memory in contract #75

Open fare opened 5 years ago

fare commented 5 years ago

Ethereum charges quadratically for use of memory in a contract. Therefore, when we start working on optimization, it will pay to save on use of memory even more than on CPU instructions.

This is more of a Phase 3 issue.