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.

image

cc @ssnyder

Merge request reports

Loading