David Wendt

Results 57 issues of David Wendt

## Description Add support for multiple new-line characters for BOL (`^` / `\A`) and EOL (`$` / `\Z`): - `\n` line-feed (already supported) - `\r` carriage-return - `\u0085` next line...

3 - Ready for Review
libcudf
strings
improvement
non-breaking

## Description Depends on #16034 ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md). - [x] New or existing tests cover these changes. - [x] The documentation is...

2 - In Progress
libcudf
CMake
improvement
non-breaking

## Description Creating an example that shows reading large strings columns. This uses the 1 billion row challenge input data and provides three examples of loading this data: - `brc`...

3 - Ready for Review
libcudf
CMake
improvement
non-breaking

## Description Reworks the `apply_booleam_mask` benchmark as an nvbench benchmark under the `STREAM_COMPACTION_NVBENCH` module. `cudf::string_view` was added as a type to help measure the performance improvement in a follow on...

3 - Ready for Review
libcudf
CMake
improvement
non-breaking

## Description Improves performance of wide strings (avg > 64 bytes) when using `cudf::strings::slice_strings`. Addresses some concerns from issue #15924 ## Checklist - [x] I am familiar with the [Contributing...

2 - In Progress
libcudf
CMake
strings
improvement
non-breaking

## Description Add new `cudf::strings::contains_multiple` API to search multiple targets within a strings column. Output is a table where the number of columns is the number of targets and each...

feature request
2 - In Progress
libcudf
CMake
strings
non-breaking

## Description Experimental performance improvement that removes the atomic calls by creating a large working memory to hold intermediate hashes that are then reduced to the output. The working memory...

2 - In Progress
libcudf
Python
improvement
non-breaking
pylibcudf