Some little-known facts about Windows 32-bit heap management
This article attempts to summarize some findings about heap management under 32-bit versions of Windows that I had to learn about the hard way while trying to optimize memory usage of a fairly complex algorithm. While the algorithm was implemented as a portable Python/C hybrid…
Continue reading...