by mgrev
MiGBase64 is a very fast and small Base64 Codec written in Java. It is the fastest Java codecs I know of. It doesn't create temporary arrays which many others do. 7-100x faster than Sun's and 2-5x faster than Commons. Se homepage for perf. charts.
Anonymous created the stream support artifact
shamilbi committed patchset 2 of module migbase64 to the MiGBase64 CVS repository, changing 3 files
shamilbi committed patchset 1 of module migbase64 to the MiGBase64 CVS repository, changing 2 files
mgrev commented on the Allow user to pass in byte[] to encode method artifact
micpe083 created the Allow user to pass in byte[] to encode method artifact
Changelog 2.1 > 2.2 * Added a "fast" decode method that is a little more than two times faster than the normal one but has some moderate restriction on input. * Normal decode now handles negative bytes and just disregard them ...
2.1 -> 2.2 * Added a "fast" decode method that is a little more than two times faster than the normal one but has some moderate restriction on input. * Normal decode now handles negative bytes and just disregard them as specified in RFC 2045. * ...
The initial release has been posted.
Initial release.
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use