PersistentDataModel: String of known length optimization
Some of these methods are called many million times per job so a small optimization may be useful.
Passing the known size of a string helps performance under gcc.
cc @ssnyder
Some of these methods are called many million times per job so a small optimization may be useful.
Passing the known size of a string helps performance under gcc.
cc @ssnyder