1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-18 05:45:45 +02:00

docs: add "missing" features that have been in development for some time already

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
Zygo Blaxell 2023-02-25 03:13:23 -05:00
parent 8978d63e75
commit 9b60f2b94d

View File

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