Skip to content

dwarfs-0.9.4

Compare
Choose a tag to compare
@mhx mhx released this 12 Feb 19:04
· 485 commits to main since this release

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 the st_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.