Re: [POC] verifying UTF-8 using SIMD instructions

From: John Naylor <john(dot)naylor(at)enterprisedb(dot)com>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [POC] verifying UTF-8 using SIMD instructions
Date: 2021-02-24 21:50:50
Message-ID: CAFBsxsFCo1JYQ=q8HFrM+K=_3nNQt-cTkYb3nORX+Ne3Q_xsBw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

v7 fixes an obvious mistake in Solution.pm

--
John Naylor
EDB: http://www.enterprisedb.com

Attachment Content-Type Size
v7-0001-Add-noError-argument-to-encoding-conversion-funct.patch application/octet-stream 225.0 KB
v7-0002-Use-SSE-4-for-verifying-UTF-8-text.patch application/octet-stream 48.7 KB
v7-0003-Add-an-ASCII-fast-path-to-the-fallback-UTF-8-vali.patch application/octet-stream 2.2 KB
v7-0004-Widen-the-ASCII-fast-path-stride-in-the-fallback-.patch application/octet-stream 1.4 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Floris Van Nee 2021-02-24 22:29:21 RE: non-HOT update not looking at FSM for large tuple update
Previous Message Andres Freund 2021-02-24 21:45:10 Re: Asynchronous and "direct" IO support for PostgreSQL.