|
|
|
|
|
by bnegreve
1144 days ago
|
|
Damn, it took me years to accept that dropping C-style or C++-style explicit memory management in favor of garbage collection was an overall improvement. And now we have to reuse and mutate objects instead of creating new ones because of it. |
|
If you, for example, hold your voxel level data in a big array, that means copying that data every time the level is modified.