Base64 decode/encode performance

From: Gaetano Mendola <mendola(at)gmail(dot)com>
To: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Base64 decode/encode performance
Date: 2008-09-10 12:11:43
Message-ID: 48C7B97F.5090002@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
I have been experimenting with some base64 encoding/decoding implementation.

I find out that the one at http://code.google.com/p/stringencoders is the best
obtaining a 1.3 speedup vs the postgres one.

Do you think is worth to submit a patch that replaces the postgres base64 implementation
with this one?

Regards
Gaetano Mendola

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2008-09-10 12:25:33 Re: using hash index when BETWEEN is specified
Previous Message Robert Haas 2008-09-10 11:13:46 Re: using hash index when BETWEEN is specified