A util for fast reading lines of files into Polars. It uses memory mapping and SIMD.
Usage:
import polars_readlines as plrl df = plrl.read_lines("input.txt")