1 repositorio
Parsers that load various tabular file formats directly into GPU memory buffers.
Distinct from Parquet Data Parsers: Covers multiple formats (CSV, Parquet, ORC) collectively via GPU acceleration, whereas the sibling focuses only on Parquet.
Explore 1 awesome GitHub repository matching data & databases · GPU-Accelerated Data Parsers. Refine with filters or upvote what's useful.
cuDF is a GPU-accelerated dataframe library and data processing engine designed for manipulating and analyzing large tabular datasets. It provides a high-level API for executing filtering, joining, and aggregating operations directly on GPU hardware. The project integrates the Apache Arrow memory format to enable zero-copy data transfers and includes a just-in-time compiler for executing custom user-defined functions on the GPU. The library features specialized acceleration for existing workflows by redirecting standard Pandas dataframe calls and Polars query plans to a GPU backend. It also p
Provides a set of tools for reading and writing CSV, Parquet, and ORC files directly into GPU memory.