toolchain
toolchain copied to clipboard
Garbage Collect
trafficstars
Garbage collect should be a standard Fileioc function. I would also suggest a function that would tell you when a garbage collect would be necessary. I assume this is just about calculating the largest free memory space in archive, let me know if I'm wrong.
Garbage collect should not be a fileioc function.
But I added ti_ArchiveHasRoom so you can check if it triggers.
Manual garbage collection has merit and should be relatively easy to implement.