nk3nny / LambsDanger

AI enhancement mod for Arma 3
Other
105 stars 40 forks source link

change toLower to toLowerANSI #410

Open jokoho48 opened 3 months ago

jokoho48 commented 3 months ago

When merged this pull request will:

  1. Title
diwako commented 3 months ago

Huh? Why?

jokoho48 commented 3 months ago

its faster than toLower because it only expects characters up to 255

https://community.bistudio.com/wiki/toLowerANSI

Converts the supplied string to all lower case characters fast (could be 3× faster than toLower).