From 94330022359ed3d74729d97d88228d04a38b108a Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Sat, 27 Feb 2010 22:14:39 -0800 Subject: [PATCH] docs: fix the asymptotic network performance of mutable file download in performance.txt, rename the howto-make-a-release file --- ...a_tahoe_release.txt => how_to_make_a_tahoe-lafs_release.txt} | 0 docs/performance.txt | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename docs/{how_to_make_a_tahoe_release.txt => how_to_make_a_tahoe-lafs_release.txt} (100%) diff --git a/docs/how_to_make_a_tahoe_release.txt b/docs/how_to_make_a_tahoe-lafs_release.txt similarity index 100% rename from docs/how_to_make_a_tahoe_release.txt rename to docs/how_to_make_a_tahoe-lafs_release.txt diff --git a/docs/performance.txt b/docs/performance.txt index 03cf235d..16ee370b 100644 --- a/docs/performance.txt +++ b/docs/performance.txt @@ -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 -- 2.45.2