CRoaring
CRoaring copied to clipboard
Leverage CUDA library for read operations (GPU enable)
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.