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 3 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:
- ☆47Updated 2 years ago
- Naive Hilbert R-Tree implementation☆30Updated 10 years ago
- C++ Implementation of Visvalingam's algorithm (also known as Visvalingam Whyatt algorithm)☆33Updated 4 years ago
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆66Updated 10 years ago
- ☆21Updated 4 years ago
- The Hybrid Task Graph Scheduler API☆40Updated 2 months ago
- Graph Coarsening and Partitioning Library☆32Updated 5 years ago
- GPU B-Tree with support for versioning (snapshots).☆49Updated 8 months ago
- ☆16Updated 11 years ago
- Comparing linear and binary searches☆41Updated 5 years ago
- Boost.org graph_parallel module☆31Updated 2 months ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- Lossless compressor of multidimensional floating-point arrays☆115Updated 5 years ago
- C++ fast hierarchical clustering algorithms☆87Updated 2 years ago
- Templated Portable I/O Environment☆113Updated 2 months ago
- A relatively simple implementation of the R* Tree data structure for C++☆50Updated 2 years ago
- A Collection of Parallel Algorithms for Computational Geometry☆12Updated 3 years ago
- a dynamic 2d space partitioning tree☆22Updated 4 years ago
- A header-only compile-time Morton encoding / decoding library for N dimensions.☆107Updated 2 years ago
- Code for paper "Engineering a High-Performance GPU B-Tree" accepted to PPoPP 2019☆57Updated 3 years ago
- Doug Moore's Fast Hilbert Curve Generation, Sorting, and Range Queries☆71Updated 8 years ago
- Light and self-contained implementation of C++17 parallel algorithms.☆34Updated 7 months ago
- PH-Tree C++ implementation by Improbable.☆23Updated 2 years ago
- SuiteSparse: a suite of sparse matrix packages by @DrTimothyAldenDavis et al. with native CMake support☆53Updated 3 weeks ago
- Polyfill some holes in the SSE intrinsics set☆50Updated 3 years ago
- A GPU-based LZSS compression algorithm, highly tuned for NVIDIA GPGPUs and for streaming data, leveraging the respective strengths of CPU…☆35Updated 9 years ago
- C++ implementations of indexing mechanisms, including a Hilbert-curve geohash based spatial index and a linear hashing table, for disk or…☆77Updated 4 years ago
- C++ STL-like Fibonacci heap and queue for fast priority queues with mutable keys.☆67Updated 2 years ago
- TreeMinHash: Fast Sketching for Weighted Jaccard Similarity Estimation☆14Updated 2 years ago
- Implementation of a few sorting algorithms in OpenCL☆35Updated 5 years ago