Details
-
User Story
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
-
13
Description
There are some manually-created tables in QtCore that cannot, yet, be ported to qOffsetStringArray(), because that would be a pessimisation.
There are four levels on which this function can be improved:
- work on more than just char character types
- detect empty strings and store it as the trailing end of a non-empty string
- detect duplicate strings and store them only once
- detect common suffixes and store them overlapping
I will create sub-tasks with individual acceptance criteria.