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
Let's get some idea how fast these algorithms are to see if we need to optimize the implementations. Or if they are good enough.
Benchmark the various Curve implementations (native rust) ns/run
Test with gas meter the buy/burn with various Curve implementations (at least a fast and two slow variants from the benchmark). See if wasm gas usage is proportional to the benchmark times.
Follow up from #185
Let's get some idea how fast these algorithms are to see if we need to optimize the implementations. Or if they are good enough.