Better section name
[ikiwiki.git] / docs / developer / hammerwishlist / index.mdwn
index 0d70639..b7663d2 100644 (file)
@@ -2,7 +2,10 @@ HAMMER FS specific wishlist:
 
 * <tt>cp</tt> doesn't duplicate a file, instead it will reuse the existing ondisk data.
 
-* transparent per-PFS compression
+* transparent per-PFS compression. This could be performed as a background task.
+  In case a file is compressed, it would be nice if it would be possible to access the compressed data, 
+  for example to send out web-pages compressed over the wire without having to decompress and recompress
+  again.
 
 * filesystem growing and shrinking (growing is partially implemented, but needs some help).
 
@@ -14,3 +17,5 @@ HAMMER FS specific wishlist:
   a background task.
 
 * Clustering
+
+See also: [Ongoing work](http://www.dragonflybsd.org/presentations/nycbsdcon08/img14.png)