]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/blobdiff - TODO
zfec: rearrange files
[tahoe-lafs/zfec.git] / TODO
diff --git a/TODO b/TODO
new file mode 100644 (file)
index 0000000..b76b8b1
--- /dev/null
+++ b/TODO
@@ -0,0 +1,15 @@
+ * INSTALL doc
+
+ * catch EnvironmentError when writing sharefiles and clean up
+ * try Duff's device in _addmul1()?
+ * memory usage analysis
+ * 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