Feature #547
BFLD_STRING shall store cached string length internally
Status: | Closed | Start date: | 05/10/2020 | |
---|---|---|---|---|
Priority: | Normal (Code 4) | Due date: | ||
Assignee: | - | % Done: | 100% | |
Category: | - | |||
Target version: | - |
Description
The UBF/FML buffer format shall be changed so that:
- For strings we also shall store the length of the string, otherwise when iterating over it requires each time string field to check the length with strlen(), which is not very optimal. If there is hundreds or thousands of string fields, access to last fields becomes time consuming.
WARNING ! After this change any stored binary format UBF buffer becomes invalid. Thus before upgrade, please ensure that all binary UBF buffer are processed.
History
#1 Updated by Madars over 3 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
#3 Updated by Madars about 3 years ago
- Status changed from Resolved to Closed