|
Boost : |
Subject: Re: [boost] Is Boost interested in the Boost-based Base64 library
From: Sean Chittenden (sean_at_[hidden])
Date: 2011-06-09 16:59:00
I'm assuming folks have looked at using:
> http://code.google.com/p/stringencoders/
Pretty simple API:
> char buf[100];
> char result[10];
> char endian[] = {(char)0, (char)0, (char)1};
> int d = modp_b64_encode(buf, endian, 3);
And very fast:
> http://code.google.com/p/stringencoders/#Why
With some neat, very platform specific tricks:
> http://code.google.com/p/stringencoders/#How_It_Works
Don't get me wrong, I'd definitely like to see Boost have something because that extreme of performance isn't always necessary, but FYI for those interested in the discussion. -sc
-- Sean Chittenden sean_at_[hidden]
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk