This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v2] speedup strcoll by using strdiff
- From: Leonhard Holz <leonhard dot holz at web dot de>
- To: libc-alpha at sourceware dot org
- Date: Sun, 12 Apr 2015 11:20:47 +0200
- Subject: Re: [PATCH v2] speedup strcoll by using strdiff
- Authentication-results: sourceware.org; auth=none
- References: <550284F9 dot 6090503 at web dot de> <20150403151524 dot GB1280 at domone> <55212FBC dot 2050308 at web dot de> <20150406125200 dot GA25545 at domone> <5522F3A5 dot 4060703 at web dot de>
Hey guys! I need an answer to continue.
Am 06.04.2015 um 22:59 schrieb Leonhard Holz:
>
> Am 06.04.2015 um 14:52 schrieb OndÅej BÃlka:
>> On Sun, Apr 05, 2015 at 02:51:08PM +0200, Leonhard Holz wrote:
>>> Am 03.04.2015 um 17:15 schrieb OndÅej BÃlka:
>>>> Second request is moving strcoll to separate file due optimized
>>>> implementations.
>>>
>>> Did you mean strdiff?
>>
>> Yes, it was typo.
>>
>
> Ok. When moved to a different file, the signature must be declared somehow. Can I
> do this in string.h? And should it be inside an #ifdef or so?