|
|
|
|
|
by void_star
5476 days ago
|
|
This should be titled "how I learned to stop worrying about memory fragmentation and love jemalloc." On a slightly more serious note, jemalloc is a pretty incredible piece of systems software. If you're experiencing issues with memory fragmentation or lock contention in malloc(3) it's definitely worth looking at. |
|