dwarfs-0.9.4
Bugfixes
-
(fix) Prevent installation of ricepp headers/libs. Fixes github #195.
-
(fix) Don't fetch googletest in ricepp build if the targets are already available. Fixes github #194.
Features
-
Added
blocksize
option to the FUSE driver, which allows thest_blksize
value to be configured for the mounted file system. This can be used to optimize throughput. -
Added experimental
readahead
option to the FUSE driver. This can potentially increase throughput when performing sequential reads.