1 unstable release
0.2.1 | Oct 7, 2024 |
---|
#56 in #polars
7KB
108 lines
polars-readlines
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")
lib.rs
:
A util for fast reading lines of files into Polars. It uses memory mapping and SIMD.
Dependencies
~17–27MB
~435K SLoC