Releases: 4thel00z/turbofile
Releases · 4thel00z/turbofile
Release list
v0.1.3
0.1.3 (2026-09-03)
Bug Fixes
- bridge: retry the doorbell pipe syscalls on EINTR (bf29a6d)
- core: cancelling an await aborts the kernel op (#2) (cfeb92e)
Performance Improvements
- bridge: wake the loop through a pipe, not call_soon_threadsafe (041629e)
- pipe doorbell and 512 KiB parallel read chunks (eb810a8)
- read: 512 KiB parallel chunks and inline size checks for large reads (4d67a26)
- read: read_bytes hands large files to the parallel zero-copy fill (7e3ca05)
- read: read_bytes hands large files to the parallel zero-copy fill (47c1678)
v0.1.2
v0.1.1
v0.1.0
0.1.0 (2026-09-01)
Features
- bench: benchmark suite against aiofiles (4ac478e)
- core: backend drivers with zero-copy payloads (1500fb4)
- py: asyncio bridge with completion batching (7748301)
- python: aiofiles-compatible API and whole-file helpers (9280582)
Continuous Integration
- test workflow and release-please publishing (f52c461)