ryzom / ryzomcore

Ryzom Core is the open-source project related to the Ryzom game. This community repository is synchronized with the Ryzom Forge repository, based on the Core branch.
https://wiki.ryzom.dev
GNU Affero General Public License v3.0
341 stars 90 forks source link

Optimize CTextureFont #626

Closed kaetemi closed 3 years ago

kaetemi commented 4 years ago

CTextureFont cache seeks through large std::vector arrays, instead of mapping with the SLetterKey key. SLetterKey doesn't have comparison operators.

kaetemi commented 3 years ago

😮