Skip to content
Abdullah edited this page May 26, 2026 · 38 revisions

GraphBrew Wiki

GraphBrew is a graph reordering framework. It composes lightweight primitives — Leiden communities, Rabbit Order, RCM, degree bucketing — into ten variants that match Gorder's cache quality at a fraction of the reorder cost.

Documentation

Start here

Reference

Deep dives

Developer

Research-only (not part of the VLDB submission)

What GraphBrew gives you

Pipeline stage Choices What it controls
Community detection Leiden, Rabbit Order spatial locality
Intra-community ordering BFS, RCM, HubCluster, DBG, Gorder temporal locality
Inter-community arrangement hierarchical sort, Rabbit on super-graph, RCM, tile global layout

Variants ship as flags: -o 12:leiden, -o 12:rabbit, -o 12:hrab, -o 12:tqr, -o 12:hcache, -o 12:rcm, -o 12:hubcluster, -o 12:streaming.

See Reordering-Algorithms for the full list.

Repository

Clone this wiki locally