Skip to main content

One doc tagged with "Gas Comparison"

View All Tags

Uint Types Gas Comparison

It's a common belief that in Solidity, smaller integer types like uint8, uint16, uint32, uint64, uint128, and uint256 might save gas due to their smaller size. However, this isn't always the case.