An open API service indexing awesome lists of open source software.

https://github.com/susonicth/ziglinereader


https://github.com/susonicth/ziglinereader

Last synced: 5 months ago
JSON representation

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 file

Both can be used tranparently from outside with the LineReader interface