GitHub topics: linereader
allancrabelo/Get_Next_Line
The get_next_line project challenges students to implement a function that returns the next line from a file descriptor with each call. It involves reading with read(), managing dynamic buffers, and handling static variables, reinforcing memory control, string manipulation, and efficient I/O operations in C.
Language: C - Size: 6.84 KB - Last synced at: 7 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 0

ps1dr3x/easy_reader
A Rust library (crate) for reading and easily navigating forward, backward or randomly through the lines of huge files. Tested with files of over 300 GB.
Language: Rust - Size: 101 KB - Last synced at: 7 days ago - Pushed at: over 3 years ago - Stars: 88 - Forks: 6

bcremer/LineReader
Read large files line by line in a memory efficient (constant) way.
Language: PHP - Size: 36.1 KB - Last synced at: 3 days ago - Pushed at: over 2 years ago - Stars: 30 - Forks: 6

johnjohndoe/LineReader
Reading a text file line by line aka block wise.
Language: Objective-C - Size: 219 KB - Last synced at: about 2 months ago - Pushed at: over 12 years ago - Stars: 87 - Forks: 27

DavidWesley/linereader
A simple LineReader class, similar to Java's readline() method, written in Typescript (for Node) to read files line-by-line asynchronously and quickly.
Language: TypeScript - Size: 204 KB - Last synced at: 2 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0
