When GC pauses can be a concern (e.g. staying unde...
# random
c
When GC pauses can be a concern (e.g. staying under 16ms per frame during an animation), developers have learned a few tricks to avoid allocations which work pretty well and (mostly) completely guarantee no GC pause during these times