This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] speedup strcoll by using strdiff
- From: Leonhard Holz <leonhard dot holz at web dot de>
- To: libc-alpha at sourceware dot org
- Date: Thu, 12 Mar 2015 08:04:13 +0100
- Subject: Re: [PATCH] speedup strcoll by using strdiff
- Authentication-results: sourceware.org; auth=none
- References: <54FF4F73 dot 7070902 at web dot de> <87sidcwnmi dot fsf at igel dot home> <550139FC dot 3060805 at web dot de>
Am 10.03.2015 um 22:25 schrieb Andreas Schwab:
Leonhard Holz <leonhard.holz@web.de> writes:
* localedata/charmaps-8bit.c: New file.
I think it should be possible to generate the file, by looking through
the charmap files.
Andreas.
Well, actually this is what I did to create it: Look into the charmap if it
defines characters above 0xff. But writing a parser would be some effort, so maybe
someone can hint me to an existing API?
Leonhard