pursuedpybear icon indicating copy to clipboard operation
pursuedpybear copied to clipboard

Improve GameObjectContainer's memory usage

Open nbraud opened this issue 5 years ago • 1 comments

Since #241, GameObjectContainer stores as many references to a given object as there are classes in its MRO.

This is likely suboptimal, and we should consider improving this.

nbraud avatar Apr 27 '19 21:04 nbraud