Loading
Use 25% less RAM for base64-encoded directory objects
We were allocating N bytes to decode an N-byte base64 encoding, when 3N/4 would have been enough.
We were allocating N bytes to decode an N-byte base64 encoding, when 3N/4 would have been enough.