099-misc.txt 799 B

12345678910111213141516171819202122232425262728
  1. Filename: 099-misc.txt
  2. Title: Miscellaneous proposals
  3. Author: Various
  4. Created: 26-Jan-2007
  5. Status: Meta
  6. Overview:
  7. This document is for small proposal ideas that are about one paragraph in
  8. length. From here, ideas can be rejected outright, expanded into full
  9. proposals, or specified and implemented as-is.
  10. Proposals
  11. 1. Directory compression.
  12. Gzip would be easier to work with than zlib; bzip2 would result in smaller
  13. data lengths. [Concretely, we're looking at about 10-15% space savings at
  14. the expense of 3-5x longer compression time for using bzip2.] Doing
  15. on-the-fly gzip requires zlib 1.2 or later; doing bzip2 requires bzlib.
  16. Pre-compressing status documents in multiple formats would force us to use
  17. more memory to hold them.
  18. Status: Open
  19. -- Nick Mathewson