[tahoe-dev] announcing zfec v1.3.1

zooko zooko at zooko.com
Thu Dec 20 08:41:57 PST 2007


Folks:

I've uploaded zfec v1.3.1 to the Python Package Index [1], which  
means you can get it with "easy_install zfec", and I've pushed all  
the patches to http://allmydata.org/source/zfec .

One new feature in this release of zfec is a changelog text file  
included in the source tree which summarizes the most important  
changes since the previous release.  (This information is also  
available by using darcs, but the changelog text file lists only the  
most important changes.)

Appended is the contents of the changelog in zfec v1.3.1.

Regards,

Zooko

Thu Dec 20 09:31:13 MST 2007  zooko at zooko.com
   * zfec: dual-license under GPL and TGPPL

Thu Dec 20 09:26:16 MST 2007  zooko at zooko.com
   tagged zfec-1.3.0

Thu Dec 20 09:25:31 MST 2007  zooko at zooko.com
   * zfec: add "changelog" file, which contains descriptions of the  
darcs patches since the last release that I think are interesting to  
users

Thu Dec 20 09:23:41 MST 2007  zooko at 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 at 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 at 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 at 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 at zooko.com
   * zfec: conditionally-compile the right magic to use alloca() with  
gcc -mno-cygwin

Tue Nov 13 13:11:33 MST 2007  zooko at zooko.com
   * zfec: setup: fix the spelling of "zfec.fec" package name

Sun Nov 11 08:50:54 MST 2007  zooko at zooko.com
   * zfec: add a TODO note

Fri Nov  9 11:17:04 MST 2007  zooko at zooko.com
   tagged zfec-1.2.0



More information about the tahoe-dev mailing list