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
- A generic C++11 k-means clustering implementation☆214Updated 6 months ago
- Tiny 2D Geometry Library☆29Updated 7 years ago
- Templated hierarchical spatial trees designed for high-peformance.☆131Updated last year
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆67Updated 10 years ago
- A fast and flexible c++ template class for tree data structures☆110Updated 2 months ago
- An implementation of k-d tree☆187Updated last year
- PH-Tree C++ implementation☆32Updated 7 months ago
- C++ fast hierarchical clustering algorithms☆88Updated 2 years ago
- Kd-Tree library for kNN and range queries in plain C++98☆95Updated last year
- C++ STL-like Fibonacci heap and queue for fast priority queues with mutable keys.☆68Updated 3 years ago
- Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.☆76Updated 3 years ago
- Build fast computational graphs quickly using modern C++☆51Updated 5 years ago
- libkdtree++ is an STL-like C++ template container implementation of k-dimensional space sorting, using a kd-tree. It sports a theoretical…☆73Updated 3 weeks ago
- A modern C++ library for efficiently and easily iterating through common combinatorial objects, such as combinations, permutations, parti…☆72Updated 3 years ago
- A C++ implementation of a LRU cache☆42Updated 5 years 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
- a minimal C++ interval tree implementation☆233Updated 4 years ago
- Very simple C++ directed graph library☆80Updated 3 years ago
- Genetic Algorithm in C++ with template metaprogramming and abstraction for constrained optimization☆221Updated 5 years ago
- Plugin to Eigen3 to initialize Matrices with C++11 Initializer_lists☆25Updated 8 years ago
- Some C++ libraries I implemented☆15Updated 7 years ago
- UME::SIMD A library for explicit simd vectorization.☆91Updated 7 years ago
- C++ L-BFGS implementation using plain STL☆35Updated 2 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…☆44Updated 2 months ago
- Doug Moore's Fast Hilbert Curve Generation, Sorting, and Range Queries☆71Updated 9 years ago
- C++ 2D geometry library, handles points, lines, polylines, planar transformations (and other primitives), using homogeneous coordinates. …☆134Updated 2 months ago
- A pure C++ implementation of the lowess algorithm using templates☆21Updated 10 years ago
- A nano spline library in modern C++.☆128Updated last year
- a dynamic 2d space partitioning tree☆24Updated 4 years ago