I don't think an array of 200000 entries would take that long to initialize and fill up with zeroes... Galaxy is slow (as any interpreted language), but it's not *that* slow.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Let's say I made a map with 200,000 variables. It would cause the map to take a long time to load.
If I instead used 200,000 data table entries, would that reduce the load time?
I don't think an array of 200000 entries would take that long to initialize and fill up with zeroes... Galaxy is slow (as any interpreted language), but it's not *that* slow.