Files
Toy/source
Kayne Ruse 54e82846c3 Massive dict copying optimisation, read more
I simply pre-allocated the new dict to the right size. This skips
internal copying logic which was repeated on every expansion. This
Should increase scope copying as well.

I applied the same logic to arrays, but the increase in speed was tiny.
2023-06-13 14:49:46 +10:00
..
2023-03-05 13:05:16 +11:00
2023-01-25 13:15:16 +00:00
2023-06-12 00:05:24 +10:00
2023-03-15 06:39:19 +11:00
2023-02-18 12:15:23 +00:00
2023-02-18 12:15:23 +00:00
2023-02-18 15:21:49 +00:00
2023-06-07 02:02:35 +10:00