Benchmark

This benchmark compares performance of using 'new' keyword and memory-pool for allocating instances of the objects. Test is initialising 3,000,000 instances of same type objects in a rendering loop. Any effects on garbage collector will have massive impact on the FPS.

Test name Time Status
'new' keyword n/a n/a
Memory pool n/a n/a