osmosis-labs / cosmos-sdk

:chains: A Framework for Building High Value Public Blockchains :sparkles:
https://cosmos.network/
Apache License 2.0
14 stars 33 forks source link

perf: Speedup the sqrt function #443

Closed ValarDragon closed 1 year ago

ValarDragon commented 1 year ago

What is the purpose of the change

Roughly halves the speed of sqrt for instances used in our concentrated liquidity benchmarks

Testing and Verifying

This change is already covered by existing tests, such as (please describe tests).

Documentation and Release Note