Actions
Bug #225
closedlibc locale binary files should be in native byte order
Start date:
2010-09-17
Due date:
% Done:
100%
Estimated time:
1.00 h
Difficulty:
Tags:
Gerrit CR:
Description
We deliver binary files for CTYPE and COLLATE. We do this in a processor specific location. Therefore, we should not bother trying to make these network byte order... this actually hurts performance on the most popular platform (x86).
Furthermore, it turns out that if we do this right, in the future we could mmap() the data files perhaps gaining another optimization.
Updated by Garrett D'Amore over 11 years ago
- Status changed from In Progress to Resolved
- % Done changed from 90 to 100
Integrated this.
Actions