099-misc.txt 637 B

12345678910111213141516171819202122
  1. Filename: 100-tor-spec-udp.txt
  2. Title: Miscellaneous proposals
  3. Version: $Revision$
  4. Last-Modified: $Date$
  5. Author: Various
  6. Created:
  7. Miscellaneous proposals
  8. 1. Directory compression.
  9. Gzip would be easier to work with than zlib; bzip2 would result in smaller
  10. data lengths. [Concretely, we're looking at about 10-15% space savings at
  11. the expense of 3-5x longer compression time for using bzip2.] Doing
  12. on-the-fly gzip requires zlib 1.2 or later; doing bzip2 requires bzlib.
  13. Pre-compressing status documents in multiple formats would force us to use
  14. more memory to hold them.
  15. -- Nick Mathewson