virtuald / r-star-treeLinks
A relatively simple implementation of the R* Tree data structure for C++
☆50Updated 2 years ago
Alternatives and similar repositories for r-star-tree
Users that are interested in r-star-tree are comparing it to the libraries listed below
Sorting:
- Naive Hilbert R-Tree implementation☆29Updated 10 years ago
- PH-Tree C++ implementation by Improbable.☆23Updated 2 years ago
- N-dimensional RTree implementation in C++☆415Updated 3 months 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
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆214Updated 2 years ago
- Super Scalar Sample Sort in modern C++☆20Updated 4 years ago
- A header-only compile-time Morton encoding / decoding library for N dimensions.☆104Updated 2 years ago
- Simple non-academic performance comparison of available open source implementations of R-tree spatial index using linear, quadratic and R…☆47Updated 5 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆73Updated 10 years ago
- Loose Quadtree (Region Tree) simple C++11 implementation☆66Updated last year
- C++ STL-like Fibonacci heap and queue for fast priority queues with mutable keys.☆67Updated 2 years ago
- A C++ implementation of the Quad-Tree spatial index.☆18Updated 3 years ago
- A C++ implementation of a LRU cache☆38Updated 4 years ago
- Doug Moore's Fast Hilbert Curve Generation, Sorting, and Range Queries☆71Updated 8 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated 2 years ago
- Templated Portable I/O Environment☆113Updated 2 months ago
- Modern C++ B-tree containers☆272Updated last year
- a dynamic 2d space partitioning tree☆22Updated 4 years ago
- Clone of Google's cpp-btree B-tree set and map containers, with minor fixes/modifications.☆37Updated 2 weeks ago
- A C++ RangeTree implementation.☆43Updated 4 years ago
- Lock-free parallel disjoint set data structure (aka UNION-FIND) with path compression and union by rank☆65Updated 9 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- C++14 cache friendly B-heap priority queue☆105Updated 4 years ago
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- A C++ template class providing a thread-safe LRU cache☆76Updated 3 years ago
- Templated hierarchical spatial trees designed for high-peformance.☆130Updated last year
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 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…☆68Updated 4 months ago