This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Hussein Nasser
hnasr.bsky.social
did:plc:tuelqqmrqg4rtxzdwsk5nlyj
memory allocation is an interesting dilemma.
You can allocate exactly what you need making allocations compact and efficient. But once you start deallocating, you are left with too many tiny non-uniform gaps and fragments that cannot be reused effectively (left image).
2025-09-02T16:48:04.402Z