]> git.hungrycats.org Git - bees/commitdiff
docs: add "missing" features that have been in development for some time already
authorZygo Blaxell <bees@furryterror.org>
Sat, 25 Feb 2023 08:13:23 +0000 (03:13 -0500)
committerZygo Blaxell <bees@furryterror.org>
Sat, 25 Feb 2023 08:42:42 +0000 (03:42 -0500)
Signed-off-by: Zygo Blaxell <bees@furryterror.org>
docs/missing.md

index ff48996c53dbbbcb4d7cc440fa113924e0daa24b..7a5066d84aed0d26556f66088a4fcf855008755b 100644 (file)
@@ -2,8 +2,8 @@ Features You Might Expect That bees Doesn't Have
 ------------------------------------------------
 
 * There's no configuration file (patches welcome!).  There are
-some tunables hardcoded in the source that could eventually become
-configuration options.  There's also an incomplete option parser
+some tunables hardcoded in the source (`src/bees.h`) that could eventually
+become configuration options.  There's also an incomplete option parser
 (patches welcome!).
 
 * The bees process doesn't fork and writes its log to stdout/stderr.
@@ -43,3 +43,6 @@ compression method or not compress the data (patches welcome!).
 * It is theoretically possible to resize the hash table without starting
 over with a new full-filesystem scan; however, this feature has not been
 implemented yet.
+
+* btrfs maintains csums of data blocks which bees could use to improve
+scan speeds, but bees doesn't use them yet.