Re: Improve the performance of Unicode Normalization Forms.
От
Alexander Borisov
Тема
Re: Improve the performance of Unicode Normalization Forms.
Дата
Msg-id
e165c686-a473-4775-9ce2-8a377823e9d6@gmail.com
Ответ на
Re: Improve the performance of Unicode Normalization Forms. (Alexander Borisov)
Список
Дерево обсуждения
Improve the performance of Unicode Normalization Forms. Alexander Borisov <lex.borisov@gmail.com>
Re: Improve the performance of Unicode Normalization Forms. Jeff Davis <pgsql@j-davis.com>
Re: Improve the performance of Unicode Normalization Forms. Alexander Borisov <lex.borisov@gmail.com>
Re: Improve the performance of Unicode Normalization Forms. Jeff Davis <pgsql@j-davis.com>
Re: Improve the performance of Unicode Normalization Forms. Alexander Borisov <lex.borisov@gmail.com>
Re: Improve the performance of Unicode Normalization Forms. Jeff Davis <pgsql@j-davis.com>
Re: Improve the performance of Unicode Normalization Forms. Nico Williams <nico@cryptonector.com>
Re: Improve the performance of Unicode Normalization Forms. Jeff Davis <pgsql@j-davis.com>
Re: Improve the performance of Unicode Normalization Forms. Nico Williams <nico@cryptonector.com>
Re: Improve the performance of Unicode Normalization Forms. John Naylor <johncnaylorls@gmail.com>
Re: Improve the performance of Unicode Normalization Forms. Alexander Borisov <lex.borisov@gmail.com>
Re: Improve the performance of Unicode Normalization Forms. John Naylor <johncnaylorls@gmail.com>
Rebased. v12: * Fixed bug in unicode_normalize() logic around blocked recomposition: Correctly updates the starter when a new ccc == 0 character appears. Avoids resetting prev_ccc incorrectly after successful recomposition. Added an NFC regression test for: x + acute + a + acute -> x + acute + á * Adds overflow checks for uint8/uint16 table indexes and sizes. * Adds decomposition_sort_length() helper. * Makes generated tables match what pgindent expects. -- Best regards, Alexander Borisov
В списке pgsql-hackers по дате отправления