reader.cpp¶
A high-performance document-reading library with a focus on low-latency parsing, streaming buffering, and pluggable rendering backends.
C++20 CUDA CMake MIT License
Quick links¶
| Resource | Link |
|---|---|
| Source repo | github.com/ungeniuses/reader.cpp |
| Architecture | Architecture overview |
| Roadmap | Roadmap |
| All modules | Module index |
What is reader.cpp?¶
TODO: 3–5 sentences describing what the project does, who it's for, and what makes it interesting/different.
Key concepts¶
TODO: List 3–6 core concepts a new contributor needs to understand before reading the module docs. Brief definitions; link to module pages where a concept is implemented.
| Concept | Where it lives | Description |
|---|---|---|
| e.g. Parse pipeline | Module index | ... |
Getting started (contributor)¶
git clone https://github.com/ungeniuses/reader.cpp.git
cd reader.cpp
cmake -B build -DCMAKE_BUILD_TYPE=Debug
cmake --build build -j$(nproc)
TODO: Add any additional setup steps (dependencies, submodules, env vars).
Module index¶
See the module index for a full list of logical components.
📄 Modules coming soon Use
python scripts/new_module.py reader.cpp <module_name> to scaffold a new module page. Contributors¶
Contributors not yet listed. Add them via links to member pages.