“Compacting the Uncompactable“ — memory-saving allocators

This is a recent presentation on a malloc alternative which compacts heap pages together to save on memory usage.

The cool thing about this is that it requires o code changes and isn’t specific to any give programming language. However, it could benefit Rust programmers and it’s interesting, so check it out.

4 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.