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:
- Tiny 2D Geometry Library☆30Updated 7 years ago
- 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☆113Updated 3 months ago
- C++ STL-like Fibonacci heap and queue for fast priority queues with mutable keys.☆68Updated 3 years ago
- Polymorphic memory resource for real-time applications.☆73Updated 2 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
- a dynamic 2d space partitioning tree☆24Updated 4 years ago
- C++ Implementation of Visvalingam's algorithm (also known as Visvalingam Whyatt algorithm)☆36Updated 5 years ago
- C++ fast hierarchical clustering algorithms☆88Updated 2 years ago
- llvm::SmallVector stripped from dependencies.☆35Updated 5 years ago
- low level system stuff, threads, memory, file descriptors etc☆22Updated 10 months ago
- A C++ implementation of a LRU cache☆42Updated 5 years ago
- ☆25Updated last year
- An implementation of k-d tree☆188Updated last year
- libkdtree++ is an STL-like C++ template container implementation of k-dimensional space sorting, using a kd-tree. It sports a theoretical…☆73Updated 2 months ago
- Plugin to Eigen3 to initialize Matrices with C++11 Initializer_lists☆25Updated 8 years ago
- A generic C++11 k-means clustering implementation☆215Updated 7 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
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆130Updated 2 years ago
- Single header c++ implementation of Differential Evolution algorithm for general purpose optimization.☆70Updated 7 years ago
- Lossless compressor of multidimensional floating-point arrays☆122Updated 5 years ago
- Header-only single-class implementation of Quickhull algorithm for convex hulls finding in arbitrary dimension (>1) space.☆76Updated 3 years ago
- 🔺 Fast polygon triangulation library based on Seidel's algorithm.☆43Updated last month
- data-parallel out-of-core library☆50Updated last week
- Doug Moore's Fast Hilbert Curve Generation, Sorting, and Range Queries☆71Updated 9 years ago
- A nano spline library in modern C++.☆128Updated this week
- A relatively simple implementation of the R* Tree data structure for C++☆51Updated 2 years ago
- Templated hierarchical spatial trees designed for high-peformance.☆131Updated last year
- async is a tiny C++ header-only high-performance library for async calls handled by a thread-pool, which is built on top of an unbounded …☆32Updated 4 years ago