8000 Graph Partitioning · Issue #19 · tinygraph/tinygraph · GitHub
[go: up one dir, main page]

Skip to content

Graph Partitioning #19

@daniel-j-h

Description

@daniel-j-h

To improve compression rates, one idea is to improve node locality. See

If we renumber nodes based on their recursively-defined partition, we'd automatically improve node locality.

We could start out simple but solid with

  • Inertial Flow for partitioning
  • Dinic's algorithms for the max flow / min cut calculations
  • O(n) based partial sorting, see nth element / introselect

Look into

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0