rapidsai/cudf

[FEA] write a grep utility with cuDF

Open

#21.078 aperta il 16 gen 2026

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)C++ (735 fork)batch import
feature requestgood first issueproposalstrings

Metriche repository

Star
 (6000 star)
Metriche merge PR
 (Merge medio 17g 21h) (230 PR mergiate in 30 g)

Descrizione

Is your feature request related to a problem? Please describe. Regex features are available in cudf string APIs and nvtext APIs. grep is widely used utility. It would cool to try creating cudfgrep with cudf/nvtext and document the throughput.

Describe the solution you'd like Create cudfgrep utility in our python codebase or a C++ example with libcudf APIs.

Additional context Benchmark it without GDS (most common usecase). Benchmark on GPU in PCIE, and on Grace systems with fast C2C.

Guida contributor