mpetri / recursive_graph_bisectionLinks
This program implements the following graph reordering technique: Laxman Dhulipala, Igor Kabiljo, Brian Karrer, Giuseppe Ottaviano, Sergey Pupyrev, Alon Shalita: Compressing Graphs and Indexes with Recursive Graph Bisection. KDD 2016: 1535-1544
☆10Updated 6 years ago
Alternatives and similar repositories for recursive_graph_bisection
Users that are interested in recursive_graph_bisection are comparing it to the libraries listed below
Sorting:
- 🔶 Compressed bitvector/container supporting efficient random access and rank queries☆43Updated 8 months ago
- Compact Tree Representation☆16Updated 8 years ago
- Parallel Wavelet Tree and Wavelet Matrix Construction☆26Updated last year
- C++ Library implementing Compressed String Dictionaries☆46Updated 3 years ago
- External memory suffix array construction using inducing☆11Updated 4 years ago
- ☆12Updated 7 years ago
- Optimal partitioning of Variable-Byte codes for better compression and fast decoding.☆17Updated 3 years ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated 2 years ago
- SUccinct Retrieval Framework☆20Updated 9 years ago
- Efficiently Searching In-Memory Sorted Arrays:Revenge of the Interpolation Search?☆29Updated 4 years ago
- Dynamic succinct/compressed data structures☆112Updated last year
- Succinct C++☆24Updated 4 years ago
- Compact Data Structures Library☆100Updated 2 years ago
- Parallel Suffix Array, LCP Array, and Suffix Tree Construction☆49Updated 5 years ago
- SetSketch: Filling the Gap between MinHash and HyperLogLog☆49Updated 3 years ago
- Hash table with separate chaining layout☆9Updated 3 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 12 years ago
- testbed for different SIMD implementations for set intersection and set union☆41Updated 5 years ago
- String map implementation through Fast Succinct Trie☆21Updated 3 years ago
- Clustered Elias-Fano inverted indexes.☆15Updated 6 years ago
- Learned Monotone Minimal Perfect Hashing☆27Updated 2 months ago
- COllapsed and COmpressed trie: a data-aware compressed string dictionary☆34Updated 3 months ago
- Sequential implementation of the Rewired Memory Array.☆19Updated 6 years ago
- Some near drop in stl compatible hash tables that are a lot more space efficient than any other options.☆20Updated 2 years ago
- FOundation of stXXl and thriLL☆14Updated last year
- C library to compute the Hamming weight of arrays☆46Updated 6 years ago
- A General-Purpose Counting Filter: Counting Quotient Filter☆127Updated last year
- Benchmarking In-Memory Index Structures☆26Updated 6 years ago
- based on the work of Harald Lang when at CWI☆23Updated 5 years ago
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆52Updated 8 years ago