-
Notifications
You must be signed in to change notification settings - Fork 288
Closed
Description
Hi,
I just discovered this project and I am considering to use it to replace encfs, but it's write performance is significantly worse than encfs on my laptop. This is a sandy bridge laptop with a 5400 rpm (spinning) hard drive running 64-bit linux. I tried the provided precompiled binary for debian as well as compiling it myself (both with and without openssl support) and the results are very similar.
Here are some benchmarks:
$ ./benchmark.bash
Testing gocryptfs at /tmp/benchmark.bash.5r4.mnt
WRITE: 131072000 bytes (131 MB) copied, 89.1114 s, 1.5 MB/s
UNTAR: 914.49
LS: 2.05
RM: 9.34
and
$ ./benchmark.bash -encfs
Testing EncFS at /tmp/benchmark.bash.QZU.mnt
WRITE: 131072000 bytes (131 MB) copied, 3.32415 s, 39.4 MB/s
UNTAR: 20.68
LS: 3.54
RM: 4.99
Metadata
Metadata
Assignees
Labels
No labels