Re: Supporting SJIS as a database encoding

Поиск
Список
Период
Сортировка
От Tsunakawa, Takayuki
Тема Re: Supporting SJIS as a database encoding
Дата
Msg-id 0A3221C70F24FB45833433255569204D1F5E6655@G01JPEXMBYT05
обсуждение исходный текст
Ответ на Re: Supporting SJIS as a database encoding  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список pgsql-hackers
From: pgsql-hackers-owner@postgresql.org
> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Heikki
> But one thing that would help a little, would be to optimize the UTF-8
> -> SJIS conversion. It uses a very generic routine, with a binary search
> over a large array of mappings. I bet you could do better than that, maybe
> using a hash table or a radix tree instead of the large binary-searched
> array.

That sounds worth pursuing.  Thanks!


Regards
Takayuki Tsunakawa




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: Cache Hash Index meta page.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Supporting SJIS as a database encoding