improbable-eng / phtree-cppLinks
PH-Tree C++ implementation by Improbable.
☆23Updated 2 years ago
Alternatives and similar repositories for phtree-cpp
Users that are interested in phtree-cpp are comparing it to the libraries listed below
Sorting:
- A header-only compile-time Morton encoding / decoding library for N dimensions.☆108Updated 2 years ago
- A relatively simple implementation of the R* Tree data structure for C++☆51Updated 2 years ago
- a dynamic 2d space partitioning tree☆23Updated 4 years ago
- Naive Hilbert R-Tree implementation☆30Updated 10 years ago
- Loose Quadtree (Region Tree) simple C++11 implementation☆66Updated last year
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆66Updated 10 years ago
- Templated hierarchical spatial trees designed for high-peformance.☆129Updated last year
- PH-Tree C++ implementation☆30Updated 5 months ago
- Doug Moore's Fast Hilbert Curve Generation, Sorting, and Range Queries☆71Updated 9 years ago
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆110Updated 7 months ago
- GPU B-Tree with support for versioning (snapshots).☆49Updated 9 months ago
- Lossless compressor of multidimensional floating-point arrays☆116Updated 5 years ago
- N-dimensional RTree implementation in C++☆421Updated 4 months ago
- ☆21Updated 4 years ago
- Acceleration structure library (BVH-, KD-Tree) with basic parallel construction☆55Updated 6 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- AVX512F and AVX2 versions of quick sort☆104Updated 7 years ago
- Whippletree, a novel approach to scheduling dynamic, irregular workloads on the GPU☆22Updated 9 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆32Updated 6 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
- Example Code for Cpp Coroutine Job System talk at CppCon 2020☆40Updated 4 years ago
- Super Scalar Sample Sort in modern C++☆21Updated 4 years ago
- Concurrent Hash Table☆31Updated last month
- A C++ implementation of a LRU cache☆41Updated 5 years ago
- A low-latency LRU approximation cache in C++ using CLOCK second-chance algorithm. Multi level cache too. Up to 2.5 billion lookups per se…☆71Updated last year
- Single file, header-only, no-dependencies C library for Poisson disk sampling in arbitrary dimensions.☆119Updated 6 months ago
- Dual Marching Cubes Implementation in C++☆65Updated 4 years ago
- C++ STL-like Fibonacci heap and queue for fast priority queues with mutable keys.☆68Updated 3 years ago
- A C++ half-edge data structure for a triangle mesh with no external dependencies whatsoever. Public domain.☆117Updated 13 years ago
- Comprehensive benchmarks of C++ maps☆311Updated 2 years ago