Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20260225150619.GZ1827@brightrain.aerifal.cx>
Date: Wed, 25 Feb 2026 10:06:19 -0500
From: Rich Felker <dalias@...c.org>
To: Xan Phung <xan.phung@...il.com>
Cc: Openwall musl <musl@...ts.openwall.com>
Subject: Re: [PATCH v2] wctype: reduce size of iswalpha & iswpunct by
 47%

On Wed, Feb 18, 2026 at 12:28:33PM +1100, Xan Phung wrote:
> Hi,
> 
> I haven't heard back on where V2 of this patch stands - has it been
> rejected or is it still under evaluation?

It's certainly not rejected. This looks good. I just want to give it
adequate attention to understand it before merging and be confident
that it's keeping or improving performance on most/all archs not just
a couple mainstream ones. When I first saw it I was worried the
popcount thing would be a problem and only fast on archs with native
popcounts, but I saw that you're not even using any native popcount
just portable arithmetic so that seems like a non-issue.

If anyone else has an opportunity to test performance on other archs
and post results I'd love to see them.

I don't expect to get to looking at this in depth until rolling a
release, but I am actively trying to do that again now.

Thanks for working on this and for pinging about it again!

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.