An open API service indexing awesome lists of open source software.

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.

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
```