]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
pyfec: add ACK and TODO
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 1 Feb 2007 22:49:15 +0000 (15:49 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 1 Feb 2007 22:49:15 +0000 (15:49 -0700)
pyfec/README.txt
pyfec/TODO

index 53bd10f42c24f4de75c9f6784424b796fce06065..5b765dc55f1b32c2c2bad2faed2288b533a4c076 100644 (file)
@@ -146,10 +146,22 @@ about 4.9 million bytes per second and decoded at about 5.8 million bytes per
 second.
 
 
+ * Acknowledgements
+
+Thanks to the author of the original fec lib, Luigi Rizzo, and the folks that
+contributed to it: Phil Karn, Robert Morelos-Zaragoza, Hari Thirumoorthy, and
+Dan Rubenstein.  Thanks to the Mnet hackers who wrote an earlier Python
+wrapper, especially Myers Carpenter and Hauke Johannknecht.  Thanks to Brian
+Warner for help with the API and documentation.  Thanks to the creators of GCC
+(starting with Richard M.  Stallman) and Valgrind (starting with Julian Seward)
+for a pair of excellent tools.  Thanks to my coworkers at Allmydata -- 
+http://allmydata.com -- Fabrice Grinda, Peter Secor, Rob Kinninmont, Brian 
+Warner, Zandr Milewski, Justin Boreta, Mark Meras for sponsoring this work and 
+releasing it under a Free Software licence.
+
+
 Enjoy!
 
 Zooko Wilcox-O'Hearn
-2007-01-30
+2007-08-01
 Boulder, Colorado
-
-
index f9760eb849906be32d80641b29e824a232059e5b..30f93ff40d2030e0e7172d06714425df87cfdc3b 100644 (file)
@@ -1,3 +1,5 @@
  * try Duff's device in _addmul1()?
  * make sure it compiles with cygwin gcc -mno-cygwin
+ * memory usage analysis
+ * announce on pypi, sf.net, freshmeat, lwn, p2p-hackers
  * try compiling with Microsoft compiler