Re: use SSE2 for is_valid_ascii - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: use SSE2 for is_valid_ascii
Date
Msg-id 20220826032625.GB1466128@nathanxps13
Whole thread Raw
In response to Re: use SSE2 for is_valid_ascii  (John Naylor <john.naylor@enterprisedb.com>)
Responses Re: use SSE2 for is_valid_ascii
List pgsql-hackers
On Thu, Aug 25, 2022 at 04:41:53PM +0700, John Naylor wrote:
> v3 applies on top of the v9 json_lex_string patch in [1] and adds a
> bit more to that, resulting in a simpler patch that is more amenable
> to additional SIMD-capable platforms.

LGTM

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: [PoC] Reducing planning time when tables have many partitions
Next
From: Andres Freund
Date:
Subject: Re: [PATCH] Add native windows on arm64 support