docs: fix the asymptotic network performance of mutable file download in performance.txt, rename the howto-make-a-release file

This commit is contained in:
Zooko O'Whielacronx 2010-02-27 22:14:39 -08:00
parent 40edf8f419
commit 9433002235
2 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ notes: When asked to read an arbitrary range of an immutable file,
=== Downloading B bytes of an A-byte mutable file ===
network: A
memory footprint: N/k*A
memory footprint: A
notes: As currently implemented, mutable files must be downloaded in
their entirety before any part of them can be read. We are