https://github.com/susonicth/ziglinereader
https://github.com/susonicth/ziglinereader
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/susonicth/ziglinereader
- Owner: SuSonicTH
- License: mit
- Created: 2024-08-11T05:44:07.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-10-31T10:33:48.000Z (7 months ago)
- Last Synced: 2025-01-04T01:59:24.865Z (5 months ago)
- Language: Zig
- Size: 700 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zigLineReader
a small zig library to read lines from a (text) file in a fast manner
There are 2 readers implemented:
* LineReader accepts a std.io.AnyReader
* MemMappedLineReader that accepts a file and reads it as a memory mapped fileBoth can be used tranparently from outside with the LineReader interface