https://github.com/transmissions11/muldiv-battle
Gas comparison between Remco Bloemen's and Mikhail Vladimirov's mulDiv implementations.
https://github.com/transmissions11/muldiv-battle
Last synced: 11 months ago
JSON representation
Gas comparison between Remco Bloemen's and Mikhail Vladimirov's mulDiv implementations.
- Host: GitHub
- URL: https://github.com/transmissions11/muldiv-battle
- Owner: transmissions11
- License: agpl-3.0
- Created: 2021-11-28T05:00:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-29T02:04:14.000Z (over 4 years ago)
- Last Synced: 2025-07-02T00:39:35.798Z (12 months ago)
- Language: Solidity
- Homepage:
- Size: 23.4 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# muldiv-battle
Gas comparison between [Remco Bloemen's](https://xn--2-umb.com/21/muldiv/) and [Mikhail Vladimirov's](https://medium.com/coinmonks/math-in-solidity-part-3-percents-and-proportions-4db014e080b1) `mulDiv` implementations.
## Results
Results can be found in the auto-generated [`.gas-snapshot`](.gas-snapshot) file.
## Getting Started
```sh
git clone https://github.com/transmissions11/muldiv-battle.git
cd muldiv-battle
make
```