Base64 decode/encode performance - Mailing list pgsql-hackers

From Gaetano Mendola
Subject Base64 decode/encode performance
Date
Msg-id 48C7B97F.5090002@gmail.com
Whole thread Raw
Responses Re: Base64 decode/encode performance  ("Marko Kreen" <markokr@gmail.com>)
List 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


pgsql-hackers by date:

Previous
From: "Robert Haas"
Date:
Subject: Re: using hash index when BETWEEN is specified
Next
From: Hannu Krosing
Date:
Subject: Re: using hash index when BETWEEN is specified