openzeppelin-contracts icon indicating copy to clipboard operation
openzeppelin-contracts copied to clipboard

Authority utils assembly

Open RenanSouza2 opened this issue 8 months ago • 2 comments

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

RenanSouza2 avatar Jun 09 '24 22:06 RenanSouza2