GpuBTree
GpuBTree copied to clipboard
To-Do list:
- [ ] Benchmarking scripts to reproduce paper results.
- [ ] Look into why the search query is slower.
- [ ] Successor query
- [x] Range query
- [ ] Concurrent updates and queries
- [ ] B-Tree Set
- [ ] Test on Windows
What's the ETA on successor query?
@DaemonSnake I finished it sometime ago but haven't pushed it yet. I'll add it this weekend.