[DiscordArchive] so this will make a copy for each initialized array based on the compiled-in static array?
[DiscordArchive] so this will make a copy for each initialized array based on the compiled-in static array?
Archived author: sudlud • Posted: 2024-04-30T09:07:37.694000+00:00
Original source
so this will make a copy for each initialized array based on the compiled-in static array?
Archived author: sudlud • Posted: 2024-04-30T09:08:28.792000+00:00
Original source
well thanks for the suggestions so far, I'll try to look into it
Archived author: Rymercyble • Posted: 2024-04-30T09:08:35.671000+00:00
Original source
what about not using fixed size arrays
Archived author: sudlud • Posted: 2024-04-30T09:20:15.022000+00:00
Original source
I actually like the suggestion to just copy the desired values from a static array into a more flexible structure at the start and release it at the end
Archived author: Natrist • Posted: 2024-04-30T14:10:32.864000+00:00
Original source
Bro do you want me to nuke the world??? Because those billions of lines of array declaration is how ww3 starts.
Archived author: Natrist • Posted: 2024-04-30T14:12:45.244000+00:00
Original source
First off, you should break things down as much as possible. For example, put the code for each zone in its own file.