dwarfs-0.7.0-RC6
Pre-release
Pre-release
Features
- Support delayed loading of WinFsp DLL for universal binary. This makes the
mkdwarfs
,dwarfsck
anddwarfsextract
tools of the universal binary usable without the WinFsp DLL.
Performance
- Optimized the offset cache to improve random read latency as well as sequential read latency. This gave a 100x higher throughput for a case where DwarFS was used to compress raw file system images. Fixes github #142.
Bugfixes
- Fixed building with
make
instead ofninja
. Also fix builing inDebug
mode. Fixes github #146. - Fixed
ninja clean
. - Fixed symlink creation for
mount.dwarfs
/mount.dwarfs2
.
Other
- Added CI pipeline.
- Don't write versioning files to source tree.