Memory PoolingΒΆ

Note

This documentation is a work-in-progress.

The pooling module provides classes for pooling data in games. Memory pooling in games is used to avoid expensive garbage collection and memory allocation operations, especially on mobile platforms.

Table of contents