id summary reporter owner description type status priority milestone component resolution keywords cc phab_field 1984 [PATCH READY] Save GUI Sprites and Images in vectors / maps as pointers instead of objects Jonas Platte JoshuaJB "When inserting into lists or vectors, the data is often reallocated and moved. The m_Sprites map in CGUI and the m_Images vector in CGUISprite save objects instead of pointers so there are many unnecessary construction and destruction operations, specially during startup. This patch makes CGUI use std::map instead of std::map and CGUISprite use std::vector instead of std::vector." enhancement closed Should Have Alpha 16 UI & Simulation fixed memory performance