summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2015-11-29 19:06:11 +0100
committerJakob Unterwurzacher2015-11-29 19:09:12 +0100
commit6f764b386786b92023fa696594105f702226b3ff (patch)
treecf927b67da800821c464bb144dfa1b102f55557b /TODO.md
parentbb116282b7db6a6400586d756c6dfdcc8f85fdab (diff)
Handle all operations except mounting without forking a child
This saves 170ms for each start (why do we take 170ms to start up?) and cuts down test time by 2 seconds.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 1f65807..3763984 100644
--- a/TODO.md
+++ b/TODO.md
@@ -3,3 +3,4 @@
* add test case
* Add "--pwfile" parameter that reads the password from a file
* Use that for additional test cases
+* Find out why "./gocryptfs -version" takes 170ms.