Note:
It still seems to very slowly accumulate certain artifacts in memory.
Most notably it accumulates buffers from encoding/json and slices from strings.Split().
We will have to try it at a larger scale to see if those get freed eventually or not.
(I think they do, as objdump has similar problems with encoding/json and appears to be fine at large scale)
Note: It still seems to very slowly accumulate certain artifacts in memory. Most notably it accumulates buffers from encoding/json and slices from strings.Split(). We will have to try it at a larger scale to see if those get freed eventually or not. (I think they do, as objdump has similar problems with encoding/json and appears to be fine at large scale)