]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
zfec: add "changelog" file, which contains descriptions of the darcs patches since...
authorzooko <zooko@zooko.com>
Thu, 20 Dec 2007 16:25:31 +0000 (21:55 +0530)
committerzooko <zooko@zooko.com>
Thu, 20 Dec 2007 16:25:31 +0000 (21:55 +0530)
darcs-hash:1cd4b780cb708ff84992058f99f95bff8454bca6

zfec/changelog [new file with mode: 0644]

diff --git a/zfec/changelog b/zfec/changelog
new file mode 100644 (file)
index 0000000..1ec0cc9
--- /dev/null
@@ -0,0 +1,29 @@
+Thu Dec 20 09:23:41 MST 2007  zooko@zooko.com
+  * zfec: setup: require setuptools_darcs >= 1.1.0 (fixes problem with building incomplete packages)
+
+Wed Nov 14 09:44:26 MST 2007  zooko@zooko.com
+  * zfec: set STRIDE to 8192 after extensive experimentation on my PowerPC G4 867 MHz (256 KB L2 cache)
+  
+
+Mon Nov 12 07:58:19 MST 2007  zooko@zooko.com
+  * zfec: reorder the inner loop to be more cache-friendly
+  
+  Loop over this stride of each input block before looping over all strides of
+  this input block.  In theory, this should allow the strides of the input blocks
+  to remain in cache while we produce all of the output blocks.
+  
+
+Sun Nov 11 10:04:44 MST 2007  zooko@zooko.com
+  * zfec: do encoding within a fixed window of memory in order to be cache friendly
+
+Tue Nov 13 13:13:52 MST 2007  zooko@zooko.com
+  * zfec: conditionally-compile the right magic to use alloca() with gcc -mno-cygwin
+
+Tue Nov 13 13:11:33 MST 2007  zooko@zooko.com
+  * zfec: setup: fix the spelling of "zfec.fec" package name
+
+Sun Nov 11 08:50:54 MST 2007  zooko@zooko.com
+  * zfec: add a TODO note
+
+Fri Nov  9 11:17:04 MST 2007  zooko@zooko.com
+  tagged zfec-1.2.0