+Arx/src/graphics/data/Mesh.cpp:3499:27: performance: Searching before insertion is not necessary. Instead of 'textures[ep->tex]=++texid' consider using 'textures.try_emplace(ep->tex, ++texid);'. [stlFindInsert]