From 7c1b048f669c3d607206f1dee0162c63c5e24eee Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sun, 22 Nov 2020 15:52:06 +0100 Subject: [PATCH] Update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d84d21d1..c0d9da5d 100644 --- a/README.md +++ b/README.md @@ -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.