#
linereader
Here are 5 public repositories matching this topic...
Reading a text file line by line aka block wise.
-
Updated
Feb 6, 2013 - Objective-C
Read large files line by line in a memory efficient (constant) way.
-
Updated
Jan 27, 2023 - PHP
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.
c cprogramming stringmanipulation filehandling 42school getnextline linereader 42network codingchallenge memorymanagement lowlevelprogramming mallocfree buffermanagement staticvariables readfunction efficientio unixfiledescriptors
-
Updated
Jun 16, 2025 - C
A simple LineReader class, similar to Java's readline() method, written in Typescript (for Node) to read files line-by-line asynchronously and quickly.
-
Updated
Nov 29, 2024 - TypeScript
Add this topic to your repo
To associate your repository with the linereader topic, visit your repo's landing page and select "manage topics."