Uniswap / v2-core

🦄 🦄 Core smart contracts of Uniswap V2
https://uniswap.org/docs
GNU General Public License v3.0
2.89k stars 3.11k forks source link

Improve Integer Square Root #201

Open chgorman opened 1 year ago

chgorman commented 1 year ago

The current integer square root function is inefficient. It should be improved.