As a follow up to my last post on Charm’s Logger package, I took a look at memory usage for a predefined logLevel, a raw int 100, and math.MaxInt32. My hypothesis was that math.MaxInt32 is more efficient, but using math.MaxInt32, there were no memory allocations shown by the profiler. Amazing!

Gwendolyn James
@gwynforthewyn