Tag: Performance
All the articles with the tag "Performance".
-
Memory Magic Part 4: The Infinite Buffer
What if you could write to a buffer and have it loop forever, with no branches, no checks, and no wrap-around logic?
-
Memory Magic Part 3: The Specialist's Toolkit
What if your allocator could recycle like a pro, pack for cache, perfect loops, and deliver unbreakable handles, without leaks or dangling pointers?
-
Memory Magic Part 2: The Arena of Power
What if you could stop asking the OS for memory and just... take it? Learn how to forge an Arena: a private memory playground where allocation is instant and an entire class of bugs is simply impossible.