Hello,

Sign up to join our community!

Welcome Back,

Please login to your account!

Forgot Password,

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Hi guys! So I was wondering if anyone has gone into iterating over big dictionaries ( MapMappers) I was wondering what you would think would be more efficient. So let's say we have a MapMapper containing 100.000 entries and it looks something like . You need to iterate through all of these values. Would it be more efficient to have a separate SetMapper and for each address in the SetMapper to use a SingleValueMapper where to store the BigUInt value?