421a4f5595
Rewrite Base64InputStream to be much more efficient This was broken in many, many ways but the primary offender was an object allocation for every 4 bytes of an input stream (imagine what this did for 900k attachment files). The new version is completely self-contained, and is optimized for the most common case of inner loop case of processing 4-bytes-at-a-time. |
||
---|---|---|
assets | ||
docs | ||
images | ||
res | ||
src | ||
tests | ||
.classpath | ||
.project | ||
Android.mk | ||
AndroidManifest.xml | ||
MODULE_LICENSE_APACHE2 | ||
NOTICE |