pggraphblas 0.2

Michel Pelletier <[email protected]> Wed, 13 Mar 2019 08:55:59 -0700
Newsgroups gmane.comp.db.postgresql.announce
Message-ID <CACxu=vLhcTSgqYhy-8DDVN5A3Uc2TrEFV0JcQ9RWaGywwGvXxQ@mail.gmail.com>
Hello!

I'm happy to announce pggraphblas 0.2!  pggraphblas adds high performance
graph processing primitives to postgres including sparse matrix and vector
objects.

https://github.com/michelp/pggraphblas

This is an early work in progress but is showing promising performance on
graph algorithms vs plpgsql or other procedural language approaches.

-Michel