Skip to content

Hash table can be overloaded and never returns from a insertion #76

@Akatsukis

Description

@Akatsukis

sequence<edge_entry> fetch_intercluster_small(Graph& GA, C& clusters,

In this function, if the number of distinct edges is greater than small_cluster_size, the hash table can be fully inserted and never returns. In my opinion, the coarsening should base on the number of edges instead of the number of clusters.

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