]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/blobdiff - zfec/TODO
stick a .gitignore file
[tahoe-lafs/zfec.git] / zfec / TODO
index f295f733784befde2f17a661f1e0214b520b7e87..b76b8b12003dc82474729f1f80c7046f682f46a5 100644 (file)
--- a/zfec/TODO
+++ b/zfec/TODO
@@ -6,7 +6,10 @@
  * What Every Programmer Should Know About Memory by Ulrich Drepper
  * test handling of filesystem exceptional conditions (tricky)
  * Jerasure
+  ** try multiplication without a lookup table? (to save cache pressure)
  * conditional compilation to handle a printf that doesn't understand %Zu
+ * try malloc() instead of alloca() (more portable, possibly better for keeping stacks aligned?)
 
  * announce on lwn, p2p-hackers
+
+ * streaming mode