mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-06 18:36:44 +00:00
base62 encoding fits more information into alphanumeric chars while avoiding the troublesome non-alphanumeric chars of base64 encoding. In particular, this allows us to work around the ext3 "32,000 entries in a directory" limit while retaining the convenient property that the intermediate directory names are leading prefixes of the storage index file names.