mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
pyfec: add ACK and TODO
This commit is contained in:
parent
e02febc433
commit
2428c5f8e0
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user