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++☆427Updated 8 months ago
- Modern C++ B-tree containers☆276Updated 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 5 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
- C++ implementation of a memory efficient hash map and hash set☆366Updated last month
- 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
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆36Updated 7 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- Comprehensive benchmarks of C++ maps☆316Updated 2 years ago
- A C++ implementation of a LRU cache☆42Updated 5 years ago
- A header-only compile-time Morton encoding / decoding library for N dimensions.☆110Updated 2 years ago
- A fast work-stealing queue template in C++☆327Updated last year
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆183Updated last month
- PH-Tree C++ implementation by Improbable.☆25Updated 2 years ago
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆440Updated 11 months ago
- Loose Quadtree (Region Tree) simple C++11 implementation☆66Updated last year
- This is a header only library offering a variety of dynamically growing concurrent hash tables. That all work by dynamically migrating th…☆117Updated 11 months ago
- Super Scalar Sample Sort in modern C++☆21Updated 5 years ago
- STXXL: Standard Template Library for Extra Large Data Sets☆496Updated last year
- A feature complete LRU cache implementation in C++☆260Updated 5 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- Light, fast, threadpool for C++20☆109Updated 2 years ago
- C++ geometry types☆100Updated last year
- 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…☆75Updated last year
- An open addressing linear probing hash table, tuned for delete heavy workloads☆211Updated 2 years ago
- Comparison of C++ Serialization Libraries for Graph Data☆36Updated 3 years ago
- C++ STL-like Fibonacci heap and queue for fast priority queues with mutable keys.☆68Updated 3 years ago
- Port of the xxhash library to C++17.☆183Updated 6 months ago