CRoaring icon indicating copy to clipboard operation
CRoaring copied to clipboard

Leverage CUDA library for read operations (GPU enable)

Open guymolinari opened this issue 5 years ago • 0 comments

Add a pluggable backing implementation for APIs so that GPUs can be leveraged for querying. Would easily cut latency of query operations via parallelization across GPU cores. NVIDIA CUDA comes to mind. Another perhaps simpler option is to enable this as a set of compile time flags.

guymolinari avatar Jul 28 '20 13:07 guymolinari