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 2 years ago
- A Collection of Parallel Algorithms for Computational Geometry☆12Updated 3 years ago
- ☆49Updated 3 years ago
- Naive Hilbert R-Tree implementation☆30Updated 10 years ago
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆67Updated 10 years ago
- ☆22Updated 4 years ago
- GPU B-Tree with support for versioning (snapshots).☆50Updated last year
- PH-Tree C++ implementation by Improbable.☆25Updated 2 years ago
- A header-only compile-time Morton encoding / decoding library for N dimensions.☆109Updated 2 years ago
- A Toolkit for Programming Parallel Algorithms on Shared-Memory Multicore Machines☆396Updated this week
- a dynamic 2d space partitioning tree☆24Updated 4 years ago
- Graph Coarsening and Partitioning Library☆33Updated 5 years ago
- Daichi Amagata and Takahiro Hara, SIGMOD2021☆15Updated last year
- Code for paper "Engineering a High-Performance GPU B-Tree" accepted to PPoPP 2019☆57Updated 3 years ago
- ☆17Updated 8 months ago
- Trillion-edge Scale Graph Edge Partitioning☆30Updated 6 years ago
- ☆13Updated 5 years ago
- C++ implementation of sparse matrix using CRS (Compressed Row Storage) format☆123Updated 5 years ago
- Lossless compressor of multidimensional floating-point arrays☆122Updated 5 years ago
- iBFS: Concurrent Breadth-First Search on GPUs. SIGMOD'16☆25Updated 8 years ago
- A C++ RangeTree implementation.☆43Updated 5 years ago
- Parallel Balanced Binary Tree Structures☆121Updated 8 months ago
- An efficient C++ multi-threaded sorting function based on C++11 threads☆27Updated 9 years ago
- A C++ implementation of a LRU cache☆42Updated 5 years ago
- Templated Portable I/O Environment☆114Updated 6 months ago
- KaHIP -- Karlsruhe HIGH Quality Partitioning.☆463Updated 2 weeks ago
- More Hierarchy in Route Planning Using Edge Hierarchies☆14Updated 5 years ago
- C++ implementations of indexing mechanisms, including a Hilbert-curve geohash based spatial index and a linear hashing table, for disk or…☆78Updated 4 years ago
- A dynamic GPU memory allocator, suitable for warp synchronized scenarios.☆11Updated 6 years ago
- Parallel Graph Input Output☆18Updated 2 years ago