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:
- N-dimensional RTree implementation in C++☆417Updated 4 months ago
- Naive Hilbert R-Tree implementation☆30Updated 10 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
- PH-Tree C++ implementation by Improbable.☆23Updated 2 years ago
- OBSOLETE, contained in https://github.com/tlx/tlx - STX B+ Tree C++ Template Classes -☆215Updated 2 years ago
- Modern C++ B-tree containers☆274Updated last year
- Loose Quadtree (Region Tree) simple C++11 implementation☆66Updated last year
- 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
- 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
- TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers☆416Updated 6 months ago
- Comprehensive benchmarks of C++ maps☆310Updated 2 years ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- A fastest, exception-safety and pure C++17 thread pool.☆131Updated 5 years ago
- C++ implementation of a fast and memory efficient hash map and hash set specialized for strings☆178Updated 9 months ago
- C++ STL-like Fibonacci heap and queue for fast priority queues with mutable keys.☆67Updated 2 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 6 months ago
- A header-only compile-time Morton encoding / decoding library for N dimensions.☆107Updated 2 years ago
- Ultra fast C++11 allocator for STL containers.☆274Updated 3 years ago
- Simple non-academic performance comparison of available open source implementations of R-tree spatial index using linear, quadratic and R…☆47Updated 6 years ago
- C++ implementation of Radix tree☆64Updated 5 years ago
- Super Scalar Sample Sort in modern C++☆20Updated 4 years ago
- A fast work-stealing queue template in C++☆311Updated last year
- C++ implementation of a memory efficient hash map and hash set☆353Updated 9 months ago
- An open addressing linear probing hash table, tuned for delete heavy workloads☆207Updated last year
- A header only C++11 LRU Cache template class that allows you to define key, value and optionally the Map type. uses a double linked list …☆295Updated 10 months ago
- STXXL: Standard Template Library for Extra Large Data Sets☆493Updated last year
- EDSL for C++ to make just-in-time code generation easier☆86Updated 2 years ago
- A fully concurrent lock-free cuckoo hash table implementation☆56Updated 8 years ago
- A concurrent thread-safe hash map implemented in C++☆144Updated 2 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆74Updated 10 years ago