You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Potential gain: reduce write records as recipients don't need to record unchanged nonce anymore.
Potential loss: increase read friction as now we need 2 locks to read balance and nonce instead of reading both at once, and all basic requests need both.
The text was updated successfully, but these errors were encountered:
hai-rise
changed the title
Better and more modular "memory location" control to maximise performance
Better and more modular "memory location" control to maximise parallelism
Jul 4, 2024
hai-rise
changed the title
Better and more modular "memory location" control to maximise parallelism
Separate balance and nonce into different memory locations
Sep 4, 2024
pevm/src/lib.rs
Lines 33 to 34 in 816c6e6
pevm/src/lib.rs
Line 72 in 816c6e6
balance
andnonce
instead of reading both at once, and allbasic
requests need both.The text was updated successfully, but these errors were encountered: