2021-05-09, 10:58 PM
2021-05-09: Startup Time And Size Solved
The longest standing complaints about YSI were the slow startup time and the huge resulting AMX size. Today I solved both of them at once by rewriting y_malloc. It now uses the heap again, but in a safe manner, thus vastly reducing file sizes and load times.
The longest standing complaints about YSI were the slow startup time and the huge resulting AMX size. Today I solved both of them at once by rewriting y_malloc. It now uses the heap again, but in a safe manner, thus vastly reducing file sizes and load times.