Reducing mallocs for fun

4 · Daniel Stenberg · Sept. 24, 2020, 9:25 a.m.
Everyone needs something fun to do in their spare time. And digging deep into curl internals is mighty fun! One of the things I do in curl every now and then is to run a few typical command lines and count how much memory is allocated and how many memory allocation calls that are made. … Continue reading Reducing mallocs for fun →...