Lucaweihs / range-treeLinks
A C++ RangeTree implementation.
☆43Updated 5 years ago
Alternatives and similar repositories for range-tree
Users that are interested in range-tree are comparing it to the libraries listed below
Sorting:
- C++ Implementation of Visvalingam's algorithm (also known as Visvalingam Whyatt algorithm)☆34Updated 4 years ago
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆66Updated 10 years ago
- Fast maximum-minimum filters implemented in C++☆46Updated 2 years ago
- UME::SIMD A library for explicit simd vectorization.☆91Updated 7 years ago
- Very simple C++ directed graph library☆79Updated 3 years ago
- A fast and flexible c++ template class for tree data structures☆108Updated this week
- C++ fast hierarchical clustering algorithms☆87Updated 2 years ago
- A generic C++11 k-means clustering implementation☆211Updated 4 months ago
- C++ utility for parsing/evaluating matrix math equations input at run time in a format similar to MATLAB (requires Eigen for matrix math)…☆66Updated 6 years ago
- Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.☆77Updated 2 years ago
- Tiny 2D Geometry Library☆29Updated 7 years ago
- C++ STL-like Fibonacci heap and queue for fast priority queues with mutable keys.☆68Updated 3 years ago
- C++11 multivariate normal distribution sampling using Eigen matrices☆73Updated 3 years ago
- Templated hierarchical spatial trees designed for high-peformance.☆131Updated last year
- A nano spline library in modern C++.☆124Updated 10 months ago
- Automatic Differentiation C++ Library☆57Updated 4 years ago
- A tiny least squares solver targeting extreme performance on repeated minimizations☆44Updated 9 years ago
- Lossless compressor of multidimensional floating-point arrays☆117Updated 5 years ago
- Single header c++ implementation of Differential Evolution algorithm for general purpose optimization.☆69Updated 6 years ago
- A header-only compile-time Morton encoding / decoding library for N dimensions.☆108Updated 2 years ago
- Doug Moore's Fast Hilbert Curve Generation, Sorting, and Range Queries☆71Updated 9 years ago
- C++ multidimensional arrays in the spirit of the STL☆201Updated 3 months ago
- SuiteSparse: a suite of sparse matrix packages by @DrTimothyAldenDavis et al. with native CMake support☆53Updated last week
- A well-documented C++ implementation of the cover tree datastructure for quick k-nearest-neighbor search. Allows single-point insertion a…☆62Updated 7 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 6 years ago
- A pure C++ implementation of the lowess algorithm using templates☆21Updated 9 years ago
- A C++ header only library for fast nearest neighbor and range searches using a KdTree. It supports interfacing with Eigen, OpenCV, and cu…☆45Updated 3 weeks ago
- An implementation of k-d tree☆183Updated last year
- a CUDA implementation of a priority queue☆83Updated 4 years ago
- Kd-Tree library for kNN and range queries in plain C++98☆93Updated last year