mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-14 14:59:52 -04:00
Update README
This commit is contained in:
parent
c288466b2a
commit
7c1b048f66
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user