Update README

This commit is contained in:
Marcus Holland-Moritz 2020-11-22 15:52:06 +01:00
parent c288466b2a
commit 7c1b048f66

View File

@ -1,6 +1,6 @@
# DwarFS
A high compression read-only file system
A fast high compression read-only file system
## Overview
@ -13,6 +13,9 @@ compressed file systems don't do a very good job at making use of
this redundancy. See [here](#comparison) for a comparison with other
compressed file systems.
DwarFS also doesn't compromise on speed and for my use cases I've
found it to be on par with SquashFS.
Distinct features of DwarFS are:
* Clustering of files by similarity using a similarity hash function.