10 skills found
ps1dr3x / Easy ReaderA 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.
johnjohndoe / LineReaderReading a text file line by line aka block wise.
mitchellh / Go LinereaderGolang package that reads lines from an io.Reader and puts them onto a channel.
mgmeyers / LineReaderReads files line by line in browser using the HTML5 FileReader API.
bcremer / LineReaderRead large files line by line in a memory efficient (constant) way.
Freaky / Rust LinereaderA fast Rust line reader
andrewwoz / LineReaderClass for reading text files line by line. Line Reader
nickpandolfi / LinereaderReads randomly accessed lines from a text file faster than Python's built-in linecache, and creates dynamic data types for the manipulation of massive data sets.
RMJay / LineReaderSwift line reader class for iterating over a file line by line
aldipermanaetikaputra / Linereader2Asynchronous, buffered, line-by-line file reader with customizable buffer size and separator.