mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
da37100d1a
Add an index to proposals, and apply a template to existing ones. svn:r9427
23 lines
637 B
Plaintext
23 lines
637 B
Plaintext
Filename: 100-tor-spec-udp.txt
|
|
Title: Miscellaneous proposals
|
|
Version: $Revision$
|
|
Last-Modified: $Date$
|
|
Author: Various
|
|
Created:
|
|
|
|
Miscellaneous proposals
|
|
|
|
|
|
1. Directory compression.
|
|
|
|
Gzip would be easier to work with than zlib; bzip2 would result in smaller
|
|
data lengths. [Concretely, we're looking at about 10-15% space savings at
|
|
the expense of 3-5x longer compression time for using bzip2.] Doing
|
|
on-the-fly gzip requires zlib 1.2 or later; doing bzip2 requires bzlib.
|
|
Pre-compressing status documents in multiple formats would force us to use
|
|
more memory to hold them.
|
|
|
|
-- Nick Mathewson
|
|
|
|
|