rapidsai/cudf

[FEA] write a grep utility with cuDF

Open

#21.078 geöffnet am 16. Jan. 2026

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (735 Forks)batch import
feature requestgood first issueproposalstrings

Repository-Metriken

Stars
 (6.000 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 17T 21h) (230 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide