mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 13:43:47 +01:00
f0b131f1c0
to proposal 110. the proposals that were around before the proposals scheme got started still don't have dates. svn:r9815
31 lines
841 B
Plaintext
31 lines
841 B
Plaintext
Filename: 099-misc.txt
|
|
Title: Miscellaneous proposals
|
|
Version: $Revision$
|
|
Last-Modified: $Date$
|
|
Author: Various
|
|
Created: 26-Jan-2007
|
|
Status: Meta
|
|
|
|
Overview:
|
|
|
|
This document is for small proposal ideas that are about one paragraph in
|
|
length. From here, ideas can be rejected outright, expanded into full
|
|
proposals, or specified and implemented as-is.
|
|
|
|
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.
|
|
|
|
Status: Open
|
|
|
|
-- Nick Mathewson
|
|
|
|
|