-
MyFSIO v0.3.5 Beta Pre-Release
released this
2026-03-07 06:02:31 +00:00 | 57 commits to main since this releaseBug Fixes
Stale Object Count After Deletes
- Fixed bucket header and metrics dashboard showing stale object counts after delete operations
Performance
Reduced P99 Tail Latency
- Deferred etag index writes to avoid blocking hot paths
- Eliminated double cache rebuild
- Skipped redundant
stat()calls in bucket config
Reduced CPU/Lock Contention Under Concurrent Uploads
- Split cache lock to reduce contention across threads
- Switched to in-memory stats tracking
- Used dict copy for lock-free reads
- Adopted lightweight request IDs
- Replaced manual counters with
defaultdictmetrics
Downloads