gunrock / graphblast

High-Performance Linear Algebra-based Graph Primitives on GPUs
Apache License 2.0
209 stars 27 forks source link

Algorithm names are too short #19

Open aydinbuluc opened 3 years ago

aydinbuluc commented 3 years ago

I found it hard to decipher algorithm names such as lgc vs gc. One would think the former is a special case of the latter but in fact they are completely different, because "c" refers to "clustering" in lgc but to "coloring" in the second. Perhaps longer names with more comments would help?

ctcyang commented 3 years ago

Good idea! Will change it to more descriptive names when I have time.