mirror of
https://github.com/mhx/dwarfs.git
synced 2025-08-04 02:06:22 -04:00
docs(readme): highlight categorizers
This commit is contained in:
parent
737b8868e4
commit
143e2b4617
@ -106,6 +106,12 @@ Distinct features of DwarFS are:
|
|||||||
using the compressed file system and thus potentially allows for
|
using the compressed file system and thus potentially allows for
|
||||||
higher cache hit rates as more data can be kept in the cache.
|
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
|
- Highly multi-threaded implementation. Both the
|
||||||
[file system creation tool](doc/mkdwarfs.md) as well as 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
|
[FUSE driver](doc/dwarfs.md) are able to make good use of the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user