Paper
Paper: Log-structured Memory for DRAM-based Storage - High Memory Utilization Plus High Performance
Most every programmer who gets sucked into deep performance analysis for long running processes eventually realizes memory allocation is the heart of evil at the center of many of their problems. So you replace malloc with something less worse. Or you tune your garbage collector like a fine ukulele. But