[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: using ASCII names to avoid overhead
From: |
Pádraig Brady |
Subject: |
Re: using ASCII names to avoid overhead |
Date: |
Sun, 13 Nov 2016 15:14:37 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
On 13/11/16 14:14, Pádraig Brady wrote:
> On 13/11/16 12:42, Torbjörn Granlund wrote:
>> Pádraig Brady <address@hidden> writes:
>>
>> I was just looking at the overhead of proper_name_utf8() vs proper_name()
>> in coreutils, and noticed that using the former adds about 18K to each
>> program.
>> For example truncate(1) is 62K with and 44K without.
>> I'm going to simplify usages for my name at least.
>> I don't care and anyway no one can pronounce it no matter which form is
>> used :)
>> I was wondering if you preferred to keep utf8 usage for your names?
>> These names are seen in `cat --version` output etc.
>>
>> I don't care about Torbjörn vs Torbjorn. (Actually, I think it's not
>> necessary to plug authors' names at all from the binaries.)
>
> Cool thanks.
> I'll push the attached later,
> which reduces a standard coreutils install by about 160KB.
V2 attached also updates sc_check-AUTHORS
as otherwise it would now have been skipped all the time.
less_proper_name_utf8.patch
Description: Text Data