> Depends on what your profiling is telling you.

The trouble is -- I have no idea what is the impact of small allocations.
I've managed to eliminate most useless large allocations (the amount of
data consed used to be twice the amount of data processed, it's now on
the order of 103%), which has had a measurable effect on the process's
RSS.  But how much am I paying for large numbers of small allocations
that show up in -alloc_objects?  I have no idea.

-- Juliusz

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to