-
MyFSIO v0.3.6 Beta Pre-Release
released this
2026-03-08 05:02:39 +00:00 | 54 commits to main since this releasePerformance
Reduced Per-Request CPU Overhead
- Eliminated double
stat()calls on each request - Cached content type and policy context lookups
- Gated verbose logging behind level checks
- Made stat intervals configurable
Reliability
Restored Data Integrity Guarantees
- Re-enabled
Content-MD5validation on writes - Added
fsyncfor write durability - Made metadata writes atomic
- Added concurrent write protection
Downloads
- Eliminated double