Forgetful Project

Eliminating Small, Transient Memory Allocations

This project was inspired by a blog post by Daniel Stenberg (author of cURL), titled Fewer Mallocs in cURL. It intends to explore the value and feasibility of attempting to replace dynamic memory allocation with stack allocation in certain restricted situations.

There are three parts to this demo: