ned14/llfio
P1031 low level file i/o and filesystem library for the C++ standard observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 99
- Release rhythm 59
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 114.0
- age_days: 4615
- days_rel: 119
- days_push: 9
- n_releases_24m: 5
Adoption not part of the score
1047 stars · 56 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
LLFIO is a low-level file I/O and filesystem library for C++17/20, originally proposed for the C++ standard (P1031). It provides zero-copy, race-free, low-overhead file operations with strong support for storage class memory and directly mapped non-volatile storage.
Use cases
- perform low-latency file i/o in C++ with minimal syscall overhead
- write portable filesystem algorithms across Windows, Linux and macOS
- work with directly mapped non-volatile storage like Intel Optane
- avoid TOCTOU races in filesystem code
- do file i/o with exceptions and RTTI disabled
- maximize IOPS for 4Kb random transfers on fast storage
When to choose
- you need very low per-operation i/o overhead (~100ns) in C++
- you target SCM/DAX or NVMe storage and want portable filesystem algorithms
- you need race-free, zero-malloc filesystem operations with preserved error codes
When to avoid
- you just need simple high-level file reading/writing - std::filesystem or your language's stdlib suffices
- you need a stable C++ standard API - the standardisation effort was abandoned in 2025
- you work outside C++ or need a managed-language library
Facets
library · maturity stable
file-system developer-tools developer-tools files performance cpp windows cross-platform file-io filesystem low-latency storage-class-memory dax cpp17 zero-copy standardisation-proposal linux macos
2 sources
- readme: https://github.com/ned14/llfio · fetched 2026-08-28 · 7d4758f50793
- homepage: https://ned14.github.io/llfio/ · fetched 2026-08-29 · 0942cb823ce5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ned14/llfio | main | 85 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem