Lucaweihs / range-tree
A C++ RangeTree implementation.
☆43Updated 4 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:
- Very simple C++ directed graph library☆76Updated 2 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)…☆65Updated 5 years ago
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆64Updated 9 years ago
- Boost.org graph_parallel module☆31Updated 2 weeks ago
- Tiny 2D Geometry Library☆29Updated 6 years ago
- Plugin to Eigen3 to initialize Matrices with C++11 Initializer_lists☆25Updated 8 years ago
- A Nonlinear Least Squares Minimizer☆35Updated 13 years ago
- A pure C++ implementation of the lowess algorithm using templates☆21Updated 9 years ago
- libkdtree++ is an STL-like C++ template container implementation of k-dimensional space sorting, using a kd-tree. It sports a theoretical…☆66Updated 2 months ago
- A modern C++ library for efficiently and easily iterating through common combinatorial objects, such as combinations, permutations, parti…☆70Updated 2 years ago
- A tiny least squares solver targeting extreme performance on repeated minimizations☆44Updated 9 years ago
- Enjoy template metaprogramming☆113Updated 8 years ago
- A modern c++ root finding algorithm based on the original Jenkins-Traub RPOLY software.☆55Updated 6 years ago
- "Small Vector" optimization for Modern C++: store up to a small number of items on the stack☆34Updated 4 years ago
- WIP · CUDA compatibility for Blaze · https://bitbucket.org/blaze-lib/blaze☆18Updated 5 years ago
- Unofficial mirror of Blaze library on Bitbucket☆64Updated 2 years ago
- Lightweight c++17 utility library☆9Updated 3 weeks ago
- C++ Implementation of Visvalingam's algorithm (also known as Visvalingam Whyatt algorithm)☆33Updated 4 years ago
- A fast and flexible c++ template class for tree data structures☆101Updated 3 years ago
- Boost.Sort☆52Updated 3 weeks ago
- Genetic Algorithm in C++ with template metaprogramming and abstraction for constrained optimization☆220Updated 5 years ago
- The seq library is a collection of original C++14 STL-like containers and related tools☆89Updated 7 months ago
- A red-black self-balancing interval tree☆30Updated 4 years ago
- Let Me Run That For You: A C++20 Thread Pool Library☆13Updated 3 years ago
- Robust geometric predicates without the agonising pain.☆21Updated 5 years ago
- A generic C++11 k-means clustering implementation☆213Updated 3 weeks ago
- 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 …☆29Updated 4 years ago
- 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
- Evaluate mathematical expressions using Boost.Spirit☆31Updated 2 years ago
- A fast multi-producer, multi-consumer lock-free concurrent queue for C++11☆16Updated 9 years ago