rapidsai/cudf

[FEA] write a grep utility with cuDF

Open

#21,078 建立於 2026年1月16日

在 GitHub 查看
 (4 留言) (0 反應) (0 負責人)C++ (6,000 star) (735 fork)batch import
feature requestgood first issueproposalstrings

描述

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.

貢獻者指南