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
blocksizeoption to the FUSE driver, which allows thest_blksizevalue to be configured for the mounted file system. This can be used to optimize throughput. -
Added experimental
readaheadoption to the FUSE driver. This can potentially increase throughput when performing sequential reads.