openzeppelin-contracts
openzeppelin-contracts copied to clipboard
Authority utils assembly
This implements authority utils with assembly to improve gas and memory usage
This is comparisom created with the gas-reporter in the repository
| Methods | Min | Max | Avg |
|---------------------------|-------|-------|-------|
| fnRestricted() [vanila ] | 34141 | 47328 | 38142 |
| fnRestricted() [assembly] | 33951 | 47138 | 37952 |
PR Checklist
- [x] Tests
- [x] Documentation