orangewit3 / supply_chain_simulator

Supply chain simulator for Gies Disruption Lab at University of Illinois at Urbana-Champaign.
1 stars 4 forks source link

Gas optimization #8

Open platocrat opened 4 years ago

platocrat commented 4 years ago

@nakuliyer @vaishumyadam @sujitv19196 @orangewit3 Found a cool resource of Solidity examples that demonstrate why and how to optimize for gas in contracts. It's from a cybersecurity startup, but nonetheless, the info is great and self-contained.

Certik's Gas Examples

It covers:

I highly encourage everyone to check these examples out to gain understanding of not only why gas optimization is needed, but how to implement it in your contracts.