1 unstable release
0.2.1 | Oct 7, 2024 |
---|
#51 in #polars
209 downloads per month
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
~18–27MB
~450K SLoC