mpetri / recursive_graph_bisection
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
Related projects ⓘ
Alternatives and complementary repositories for recursive_graph_bisection
- ☆11Updated 7 years ago
- 🔶 Compressed bitvector/container supporting efficient random access and rank queries☆43Updated 2 months ago
- C++ Library implementing Compressed String Dictionaries☆46Updated 2 years ago
- Master's thesis project involving label-constrained reachability (LCR)☆0Updated 3 years ago
- Hash table with separate chaining layout☆9Updated 3 years ago
- Clustered Elias-Fano inverted indexes.☆14Updated 6 years ago
- Compact Tree Representation☆16Updated 7 years ago
- Dynamic succinct/compressed data structures☆111Updated 6 months ago
- A Benchmark of Minimal Perfect Hash Function Algorithms.☆31Updated last year
- testbed for different SIMD implementations for set intersection and set union☆40Updated 4 years ago
- Parallel Wavelet Tree and Wavelet Matrix Construction☆26Updated last year
- Parallel Suffix Array, LCP Array, and Suffix Tree Construction☆48Updated 5 years ago
- Learned Monotone Minimal Perfect Hashing☆24Updated 2 months ago
- A SIMD-based C++ library providing rank/select queries over mutable bitmaps.☆35Updated last year
- Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)☆51Updated 7 years ago
- Compact Data Structures Library☆98Updated 2 years ago
- DSL for SIMD Sorting on AVX2 & AVX512☆29Updated 5 years ago
- A flexible and efficient C++ implementation of the Binary Interpolative Coding algorithm.☆28Updated last year
- Succinct Data Structure Library 3.0☆86Updated 2 months ago
- Implementation of the data structures described in the paper "Fast Compressed Tries using Path Decomposition".☆55Updated last year
- Aspen is a Low-Latency Graph Streaming System built using Compressed Purely-Functional Trees☆85Updated 5 years ago
- An encoder/decoder collection for a sequence of integers☆32Updated 11 years ago
- Experimental search engine in C/C++17 - still in early development.☆26Updated last month
- A C++ container-like data structure for storing a vector of bits with fast appending on both sides and fast insertion in the middle, all …