-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Keeping track of miscellaneous optimizations. Some more useful than others:
- function ordering feat: function ordering #2
-
(a, b) = (b, a);
-
payable
functions 24 gas cheaper (most practical for constructors) - A Collection of Gas Optimisation Tricks
- constant and immutable variables cheaper than state variables
- ...
- bit shift selection
- hrkrshnn/generic.org
- ...
Metadata
Metadata
Assignees
Labels
No labels