nimitbhardwaj / chingon

The (Ch) (I)mplementation of (N)umerical (G)raph (O)peratio(n)s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chingon v 0.1.5

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

About

The (Ch) (I)mplementation of (N)umerical (G)raph (O)peratio(n)s

License:Apache License 2.0


Languages

Language:Chapel 100.0%