My game engine (LibGDX) encourages pooling for obj...
# announcements
m
My game engine (LibGDX) encourages pooling for objects, and I'm using primitives for math. Am a bit worrying about GC if maths started using objects instead of primitives.