Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paulrberg/check-same-sign

Gas golfing the most gas efficient way to check if two integers have the same sign in Solidity
https://github.com/paulrberg/check-same-sign

solidity

Last synced: 3 months ago
JSON representation

Gas golfing the most gas efficient way to check if two integers have the same sign in Solidity

Awesome Lists containing this project

README

        

# Check Same Sign

Gas golfing the most gas efficient way to check if two integers have the same sign in Solidity.

See this [discussion](https://twitter.com/PaulRBerg/status/1546240870025936904) on Twitter.

## Gas Golfing Results

![Gas Golfing Results](https://i.imgur.com/da9xxNY.jpg)