RoaringBitmap / RoaringBitmap/CRoaring
Leverage CUDA library for read operations (GPU enable)
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 1.9k
- Forks
- 334
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 17
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the public query APIs and the existing SIMD optimizations described for CRoaring. Compare a pluggable CUDA-backed implementation with compile-time flags, then define the supported GPU operations and latency benchmarks needed to demonstrate that the work is complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100