GraphBLAS / LAGraph

This is a library plus a test harness for collecting algorithms that use the GraphBLAS. For test coverage reports, see https://graphblas.org/LAGraph/ . Documentation: https://lagraph.readthedocs.org
Other
225 stars 59 forks source link

CDLP hashtable #216

Closed pcostanza closed 1 year ago

pcostanza commented 1 year ago

The property list data structure in CDLP does not scale well for scale-free graphs. This is improved in this pull request by wrapping the property list in a hash table.