Comment 90 for bug 888039

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Thanks. Nux is the graphics library that Unity is built on. And that std::vector<int>::find at the top looks suspicious. Most certainly any code trying to do such a linear search into a vector will degrade over time if the size of the vector continues to grow.