balancer / balancer-v3-monorepo

GNU General Public License v3.0
30 stars 7 forks source link

Consider ditching sets in favor of Solidity arrays #680

Closed jubeira closed 1 month ago

jubeira commented 1 month ago

We're (always?) iterating over the set, and we can do that with a regular array. Check if it's possible or not, and check savings if so.

jubeira commented 1 month ago

Dup of #652