v4-core icon indicating copy to clipboard operation
v4-core copied to clipboard

optimise

Open malik672 opened this issue 1 year ago • 0 comments

Related Issue

Which issue does this pull request resolve? Gas optimisation

Description of changes

  1. Introduced unchecked block for the _checkProtocolFee() function , this potentially saves 100+ in gas
  2. Performed modulo operation using bit operation this saves 25+ in gas, for more information check http://graphics.stanford.edu/~seander/bithacks.html#ModulusDivisionEasy

malik672 avatar Jun 16 '23 20:06 malik672