Maximum number of entries in a dictionary

Does anyone know if there is a maximum size for a dictionary in Dynamo?

Im trying to use a dictionary to organise some data in a script. Typically the ‘values’ in the key value pairs are lists so it ends up with quite a few entries (say 10 000 entries).

The reason i ask is that my script seems to have stopped letting me add more entries to my dictionary.

Thanks.

In this quick test, seems to work even with 100 000 entries

Thanks - i obviously have a different problem in my script then!

1 Like