Skip to content

Reordering Figure Catalog

Abdullah edited this page Aug 21, 2026 · 4 revisions

Reordering Figure Catalog

Each algorithm ID has a consistent transformation figure and an editable .drawio source that Lucidchart can import as shapes and connectors.

See Editable Figure Sources for the Lucidchart workflow.

Download the 17-page editable bundle.

These are mechanism illustrations on one fixed toy topology, not mapping fingerprints from benchmark graphs. Tie-breaking, schedule-sensitive algorithms, variants, and external mapping files can produce different exact permutations.

0. ORIGINAL

ORIGINAL transformation

1. RANDOM

RANDOM transformation

2. SORT

SORT transformation

3. HUBSORT

HUBSORT transformation

4. HUBCLUSTER

HUBCLUSTER transformation

5. DBG

DBG transformation

6. HUBSORTDBG

HUBSORTDBG transformation

7. HUBCLUSTERDBG

HUBCLUSTERDBG transformation

8. RABBITORDER

RABBITORDER transformation

9. GORDER

GORDER transformation

10. CORDER

CORDER transformation

  • CLI: -o 10:canonical
  • Mechanism: Partition the output into hot and cold workload segments.
  • Editable .drawio source

11. RCM

RCM transformation

12. GraphBrewOrder

GraphBrewOrder transformation

  • CLI: -o 12:<recipe>
  • Mechanism: Compose partitioner, block layout, and local vertex layout.
  • Editable .drawio source

13. MAP

MAP transformation

14. AdaptiveOrder

AdaptiveOrder transformation

  • CLI: -o 14:<policy>
  • Mechanism: Select one validated reordering arm, then execute that arm.
  • Editable .drawio source

15. LeidenOrder

LeidenOrder transformation

  • CLI: -o 15:<layout>
  • Mechanism: Detect Leiden communities and apply an explicit post-layout.
  • Editable .drawio source

16. GoGraphOrder

GoGraphOrder transformation

Clone this wiki locally