The loader shouldn't use fixed length strings in most places as not everywhere has a mandate that the length of a string is arbitrarily limited (unlike layer & extension names which are).
This issue is both an exploratory issue to find possible instances of fixed length strings and to fix them.
The text was updated successfully, but these errors were encountered:
This would help a small amount in the performance department as the loader spends a non-trivial amount of time mem-setting strings to zero which isn't necessary if strings were only as long as they needed to be.
The loader shouldn't use fixed length strings in most places as not everywhere has a mandate that the length of a string is arbitrarily limited (unlike layer & extension names which are).
This issue is both an exploratory issue to find possible instances of fixed length strings and to fix them.
The text was updated successfully, but these errors were encountered: