mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-15 07:16:13 -04:00
Update README
This commit is contained in:
parent
c288466b2a
commit
7c1b048f66
@ -1,6 +1,6 @@
|
|||||||
# DwarFS
|
# DwarFS
|
||||||
|
|
||||||
A high compression read-only file system
|
A fast high compression read-only file system
|
||||||
|
|
||||||
## Overview
|
## 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
|
this redundancy. See [here](#comparison) for a comparison with other
|
||||||
compressed file systems.
|
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:
|
Distinct features of DwarFS are:
|
||||||
|
|
||||||
* Clustering of files by similarity using a similarity hash function.
|
* Clustering of files by similarity using a similarity hash function.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user