virtuald / r-star-treeLinks
A relatively simple implementation of the R* Tree data structure for C++
☆51Updated 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☆30Updated 10 years ago
- N-dimensional RTree implementation in C++☆425Updated 6 months ago
- Modern C++ B-tree containers☆274Updated 2 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆129Updated 2 years ago
- C++ implementations of indexing mechanisms, including a Hilbert-curve geohash based spatial index and a linear hashing table, for disk or…☆78Updated 4 years ago
- Simple non-academic performance comparison of available open source implementations of R-tree spatial index using linear, quadratic and R…☆49Updated 6 years ago
- Comprehensive benchmarks of C++ maps☆314Updated 2 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆132Updated 6 years ago
- A fast work-stealing queue template in C++☆321Updated last year
- C++ STL-like Fibonacci heap and queue for fast priority queues with mutable keys.☆68Updated 3 years ago
- A header-only compile-time Morton encoding / decoding library for N dimensions.☆108Updated 2 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆77Updated 11 years ago
- A concurrent thread-safe hash map implemented in C++☆146Updated 2 years ago
- ☆17Updated 6 months ago
- Trie is a lightweight and simple autocompletion data structure written in C++11.☆45Updated 10 years ago
- PH-Tree C++ implementation by Improbable.☆24Updated 2 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last year
- Ultra fast C++11 allocator for STL containers.☆273Updated 3 years ago
- Loose Quadtree (Region Tree) simple C++11 implementation☆66Updated last year
- A clone of Google C++ B-tree code https://code.google.com/p/cpp-btree/☆87Updated 11 years ago
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆432Updated 9 months ago
- Port of the xxhash library to C++17.☆183Updated 4 months ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆34Updated 7 years ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆210Updated 2 years ago
- C++ implementation of a memory efficient hash map and hash set☆362Updated 3 weeks ago
- Templated Portable I/O Environment☆114Updated 5 months ago
- A C++17 port of the JavaScript pixelmatch library, providing a small pixel-level image comparison library.☆13Updated last week
- High performance templated AVL tree using a fixed size array. Extensive test suite passing.☆50Updated 3 years ago