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:
- GPU B-Tree with support for versioning (snapshots).☆49Updated 9 months ago
- A relatively simple implementation of the R* Tree data structure for C++☆51Updated 2 years ago
- ☆21Updated 4 years ago
- A Collection of Parallel Algorithms for Computational Geometry☆12Updated 3 years ago
- Naive Hilbert R-Tree implementation☆30Updated 10 years ago
- ☆47Updated 2 years ago
- Code for paper "Engineering a High-Performance GPU B-Tree" accepted to PPoPP 2019☆57Updated 3 years ago
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆66Updated 10 years ago
- PH-Tree C++ implementation by Improbable.☆23Updated 2 years ago
- ☆13Updated 4 years ago
- A Toolkit for Programming Parallel Algorithms on Shared-Memory Multicore Machines☆371Updated 3 months ago
- This code base represents "faimGraph: High Performance Management of Fully-dynamic Graphs under tight Memory Constraints on the GPU"☆13Updated 4 years ago
- Trillion-edge Scale Graph Edge Partitioning☆28Updated 5 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- A polygon to rectangle conversion tool☆18Updated 7 years ago
- Packed Memory Array☆17Updated 11 years ago
- Lossless compressor of multidimensional floating-point arrays☆116Updated 5 years ago
- An efficient C++ multi-threaded sorting function based on C++11 threads☆27Updated 9 years ago
- ☆17Updated 5 months ago
- A Synchronization-Free Algorithm for Parallel Sparse Triangular Solves (SpTRSV)☆22Updated 5 years ago
- Parallel Balanced Binary Tree Structures☆117Updated 5 months ago
- A warp-oriented dynamic hash table for GPUs☆74Updated last year
- iBFS: Concurrent Breadth-First Search on GPUs. SIGMOD'16☆25Updated 8 years ago
- Graph-based Approximate Nearest Neighbor Search Working off CGraph☆38Updated last year
- Shared Memory, Message Passing, and Hybrid Merge Sort: UPC, OpenMP, MPI and Hybrid Implementations☆14Updated last year
- ☆25Updated 4 years ago
- Source code for the paper: Accelerating Dynamic Graph Analytics on GPUs☆27Updated 2 years ago
- A library of various helper routines and frameworks used by many of the lab's software☆62Updated last month
- Evaluating different memory managers for dynamic GPU memory☆26Updated 4 years ago
- GBBS: Graph Based Benchmark Suite☆212Updated 2 weeks ago