On Mon, May 16, 2022 at 01:21:22PM +0700, John Naylor wrote: > Hi Bruce, > > "Improve validation of ASCII and UTF-8 text by processing 16 bytes at > a time (John Naylor)" > > The reader might assume here that ASCII is optimized regardless of > encoding, but it is only optimized in the context of UTF-8. So I would > just mention UTF-8.
I struggled with this item because it seemed to me that even if the UTF-8 text was only ASCII, it would benefit, so I just rewrote it to: Improve validation of UTF-8 text (even ASCII-only) by processing 16 bytes at a time (John Naylor) -- Bruce Momjian <br...@momjian.us> https://momjian.us EDB https://enterprisedb.com Indecision is a decision. Inaction is an action. Mark Batterson