cchatzis / Nearest-Neighbour-LSHLinks
C++ program that, given a vectorised dataset and query set, performs locality sensitive hashing, finding either Nearest Neighbour (NN) or Neighbours in specified range of points in query set, using either Euclidian distance or Cosine Similarity.
☆11Updated 4 years ago
Alternatives and similar repositories for Nearest-Neighbour-LSH
Users that are interested in Nearest-Neighbour-LSH are comparing it to the libraries listed below
Sorting:
- A relatively simple implementation of the R* Tree data structure for C++☆51Updated 3 years ago
- Daichi Amagata and Takahiro Hara, SIGMOD2021☆15Updated last year
- ☆51Updated 3 years ago
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆67Updated 10 years ago
- GPU B-Tree with support for versioning (snapshots).☆51Updated last year
- ☆22Updated 4 years ago
- Naive Hilbert R-Tree implementation☆31Updated 11 years ago
- A Collection of Parallel Algorithms for Computational Geometry☆12Updated 3 years ago
- PH-Tree C++ implementation by Improbable.☆27Updated 2 years ago
- ☆17Updated 10 months ago
- This code base represents "faimGraph: High Performance Management of Fully-dynamic Graphs under tight Memory Constraints on the GPU"☆14Updated 4 years ago
- C++ fast hierarchical clustering algorithms☆90Updated 2 years ago
- a dynamic 2d space partitioning tree☆24Updated 4 years ago
- iBFS: Concurrent Breadth-First Search on GPUs. SIGMOD'16☆26Updated 8 years ago
- A C++ RangeTree implementation.☆43Updated 5 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 8 years ago
- ☆13Updated 5 years ago
- A Toolkit for Programming Parallel Algorithms on Shared-Memory Multicore Machines☆422Updated 2 months ago
- A C++ implementation of a LRU cache☆42Updated 5 years ago
- PH-Tree C++ implementation☆37Updated this week
- An efficient C++ multi-threaded sorting function based on C++11 threads☆27Updated 9 years ago
- LonestarGPU: Irregular algorithms parallelized for GPUs☆38Updated 6 years ago
- TopK Algorithms Benchmark☆10Updated 6 years ago
- Code for paper "Engineering a High-Performance GPU B-Tree" accepted to PPoPP 2019☆58Updated 3 years ago
- Parallel Graph Input Output☆18Updated 2 years ago
- C++ Implementation of Visvalingam's algorithm (also known as Visvalingam Whyatt algorithm)☆36Updated 5 years ago
- Unofficial unmaintained clone of LEMON Graph Library☆50Updated 6 years ago
- Evaluating different memory managers for dynamic GPU memory☆26Updated 5 years ago
- Artifact for PPoPP 2018 paper "Making Pull-Based Graph Processing Performant"☆23Updated 5 years ago
- a CUDA implementation of a priority queue☆84Updated 5 years ago