Create dispatcher for different regex stack sizes #10138
Labels
improvement
Improvement / enhancement to an existing function
libcudf
Affects libcudf (C++/CUDA) code.
strings
strings issues (C++ and Python)
This dispatch pattern must be common throughout regex codes. Could we implement a dispatcher for this based on
floor(regex_insts)
? Feel free to push to future work, no need to clutter this PR even if you think it's a good idea, I just wanted to mention it while it's fresh.Originally posted by @vyasr in #9911 (comment)
The text was updated successfully, but these errors were encountered: