From 143e2b4617c42981e1394057676b6f4221808d42 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Mon, 18 Dec 2023 19:12:38 +0100 Subject: [PATCH] docs(readme): highlight categorizers --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c6ce750e..829ba9c5 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,12 @@ Distinct features of DwarFS are: using the compressed file system and thus potentially allows for higher cache hit rates as more data can be kept in the cache. +- [Categorization framework](doc/mkdwarfs.md#categorizers) to categorize + files or even fragments of files and then process individual categories + differently. For example, this allows you to not waste time trying to + compress incompressible files or to compress PCM audio data using FLAC + compression. + - Highly multi-threaded implementation. Both the [file system creation tool](doc/mkdwarfs.md) as well as the [FUSE driver](doc/dwarfs.md) are able to make good use of the