You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the whitelist is potentially costly in terms of gas - when querying the top N proposals and the whitelist has M entries, the complexity of the query is O(N*M).
We likely want to optimize the performance of this query.
Should be done after adding tests (see #21), or we could potentially keep the un-optimized implementation for testing purposes to check that they are equivalent
The text was updated successfully, but these errors were encountered:
Right now, the whitelist is potentially costly in terms of gas - when querying the top N proposals and the whitelist has M entries, the complexity of the query is O(N*M).
We likely want to optimize the performance of this query.
Should be done after adding tests (see #21), or we could potentially keep the un-optimized implementation for testing purposes to check that they are equivalent
The text was updated successfully, but these errors were encountered: