Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.77 KB

README.md

File metadata and controls

16 lines (10 loc) · 1.77 KB

Chingon v 0.1.7

The (Ch) (I)mplementation of (N)umerical (G)raph (O)peratio(n)s is a GraphBLAS-like library written in Chapel. The docs, such as they are, are here

Chingon is (will be) designed to be similar to a Property Graph, in that the vertices will have attributes, but is not a database. It is more akin to igraph, Pregel or Giraph but, alas, considerably humbler in scope.

Please do consider contributing to the project. We can assist by being very nice and providing a delicious cup of coffee when in Pasadena, CA.

At the moment, we are only aware of one other GraphBLAS implementation. Some impressive work has been done at the Lawrence Berkeley National Lab by Azad and Buluc that has not (yet) been open-sourced. However, using Linear Algebra to tackle graph routines is a clear step forward in the intersection of Network analytics and High Performance Computing.

Related Projects