Changeset 28c39f3 in mainline for uspace/lib/ext4/src/extent.c

Timestamp:
2025-04-13T16:56:27Z (10 days ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
master
Children:
240b2e4, 97f6b71
Parents:
f167c851
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-13 16:32:33)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2025-04-13 16:56:27)
Message:

Improve performance of some str functions

Some string functions are unnecessarily expensive.
Attempt to make them better by using bytewise operations instead
of transcoding to/from char32_t when possible.

(No files)

Note: See TracChangeset for help on using the changeset viewer.