polytope-labs / solidity-merkle-trees

The most advanced solidity library for merkle (multi) proof verification of different kinds of merkle trees
Apache License 2.0
183 stars 33 forks source link

[META] Gas Golfing #33

Open seunlanlege opened 1 year ago

seunlanlege commented 1 year ago

This code is my first attempt at writing solidity and is probably not as gas efficient as it could be.

Creating this meta issue to track gas inefficiencies as I discover them.