|
Info_ValueForKey function calls are quite expensive as they must parse the entire string every time it is called.
Improvement: Use a string hashing method and compare the tokens using Info_NextPair. An example of this can be seen from lucel in the NoQuarter ET mod source.
|