2007-02-10 22:38:31 +01:00
|
|
|
Filename: 099-misc.txt
|
2007-01-26 19:47:18 +01:00
|
|
|
Title: Miscellaneous proposals
|
|
|
|
Author: Various
|
2007-03-14 05:48:13 +01:00
|
|
|
Created: 26-Jan-2007
|
2007-01-30 08:50:01 +01:00
|
|
|
Status: Meta
|
2007-01-26 07:08:05 +01:00
|
|
|
|
2007-01-26 20:04:43 +01:00
|
|
|
Overview:
|
2007-01-26 07:08:05 +01:00
|
|
|
|
2007-01-26 20:04:43 +01:00
|
|
|
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
|
2007-01-26 07:08:05 +01:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2007-01-26 20:04:43 +01:00
|
|
|
Status: Open
|
|
|
|
|
2007-01-26 19:47:18 +01:00
|
|
|
-- Nick Mathewson
|
|
|
|
|
|
|
|
|