You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Store an extra flag in the record representing a SRFI 135 text indicating that all its characters are fixed-width. Because texts are immutable, the value of this flag can be determined at construction time. If it is set, a fast dereference operation can be used to find a particular character.
This flag would have no significance when used with kernel0, but would speed up (by a constant factor) access to ASCII-repertoire strings in kernel8 and UCS2-repertoire strings in kernel16, both of which are common cases.
The text was updated successfully, but these errors were encountered:
Store an extra flag in the record representing a SRFI 135 text indicating that all its characters are fixed-width. Because texts are immutable, the value of this flag can be determined at construction time. If it is set, a fast dereference operation can be used to find a particular character.
This flag would have no significance when used with kernel0, but would speed up (by a constant factor) access to ASCII-repertoire strings in kernel8 and UCS2-repertoire strings in kernel16, both of which are common cases.
The text was updated successfully, but these errors were encountered: