libgocryptfs/pathfs_frontend
Jakob Unterwurzacher 20b058a333 Add single-element cache for DirIV lookup
Another 3x performance boost for applications that walk the
directory tree.

Excerpt from performance.txt:

VERSION         UNTAR    LS     RM
v0.4               48     1.5    5
v0.5-rc1           56     7     19
v0.5-rc1-1         54     4.1    9
v0.5-rc1-2         45     1.7	 3.4  <---- THIS VERSION
2015-11-29 21:41:38 +01:00
..
args.go diriv: also support old CBC symlink 2015-11-28 18:39:45 +01:00
file.go Handle ENOSPC errors better by preallocating the space before writing 2015-11-08 22:36:29 +01:00
file_holes.go Refactor ciphertext <-> plaintext offset translation functions 2015-11-01 12:11:36 +01:00
fs.go Add single-element cache for DirIV lookup 2015-11-29 21:41:38 +01:00
names.go diriv: also support old CBC symlink 2015-11-28 18:39:45 +01:00