diff options
author | Sebastian Lackner | 2018-12-27 13:40:28 +0100 |
---|---|---|
committer | rfjakob | 2018-12-27 18:34:26 +0100 |
commit | bf602f531a934cceddff16d73f853cf1d489f694 (patch) | |
tree | c4c9a5699da4087f638c2db830fcc1445cd2ff32 /docs/comparison.md | |
parent | 29de895ef717e87548e7f8cad8fc8b7cebb4110e (diff) |
Assorted spelling fixes.
Detected with the 'codespell' utility.
Diffstat (limited to 'docs/comparison.md')
-rw-r--r-- | docs/comparison.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/comparison.md b/docs/comparison.md index bbef3ae..cfc470c 100644 --- a/docs/comparison.md +++ b/docs/comparison.md @@ -80,7 +80,7 @@ which is why I converted it to html. <tr> <td>Lifecycle</td> <!-- gocryptfs --><td>Active</td> -<!-- encfs --><td>Maintainance</td> +<!-- encfs --><td>Maintenance</td> <!-- ecryptfs --><td>Active (<a href="https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/fs/ecryptfs">ref</a>) </td> <!-- cryptomtr --><td>Active</td> <!-- securefs --><td>Active</td> @@ -206,7 +206,7 @@ The exact command lines for running the tests are defined in | Delete linux-3.0 | 3.0 s | 4.2 s | 4.4 s | 0.7 s | 145 s {2} | 2.2 s | 21 s | Notes: -{1} All file acesses to cryptomator go through the WebDAV protocol, which is less performance-oriented than FUSE. +{1} All file accesses to cryptomator go through the WebDAV protocol, which is less performance-oriented than FUSE.<br> However, an optimized WebDAV client may be able to significantly speed up small-file workloads.<br> {2} Tested using using wdfs, where I got the fastest results: <http://noedler.de/projekte/wdfs/>. davfs2 is very slow, fusedav does not compile on current Fedora.<br> |