Skip to content

Commit

Permalink
Merge pull request #7 from pcostanza/master
Browse files Browse the repository at this point in the history
Changed entries for forGraphBLASGo and RedisGraph
  • Loading branch information
szarnyasg authored Sep 18, 2023
2 parents 06c43b5 + a5386ab commit 2c30fc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Notation:
* [LAGraph Working Group](https://github.com/GraphBLAS/LAGraph-Working-Group): Public document and planning repository for the LAGraph Working Group
* [LAGraph: A Community Effort to Collect Graph Algorithms Built on Top of the GraphBLAS](http://faculty.cse.tamu.edu/davis/GraphBLAS_files/lagraph-grapl19.pdf) (GrAPL @ IPDPS 2019) by Tim Mattson et al.
* [LAGraph: Linear Algebra, Network Analysis Libraries, and the Study of Graph Algorithms](https://arxiv.org/pdf/2104.01661.pdf) (GrAPL @ IPDPS 2021) by Gábor Szárnyas et al.
* [Intel Generic Implementation of LAGraph* for Go*](https://github.com/intel/forLAGraphGo), a port implemented in Go
* [Intel Generic Implementation of LAGraph for Go](https://github.com/intel/forLAGraphGo), a port implemented in Go
* :wrench: graphblas-algorithms - A library of algorithms written using python-graphblas
* [Repository on GitHub](https://github.com/python-graphblas/graphblas-algorithms)

Expand Down Expand Up @@ -213,7 +213,6 @@ Notation:
* This library can be installed on Debian-based distributions with the `libsuitesparse-dev` package. For example, Ubuntu 20.04's default repository contains SuiteSparse:GraphBLAS 3.2.0.
* [GraphBLAS Template Library (GBTL)](https://github.com/cmu-sei/gbtl): C++ implementation (version 3.0 has been released in June 2020)
* [GraphBLAS: Building a C++ Matrix API for Graph Algorithms](https://www.youtube.com/watch?v=xMBNCtFV8sI) (CppCon 2021) by Benjamin Brock and Scott McMillan
* [Intel Generic Implementation of GraphBLAS* for Go*](https://github.com/intel/forgraphblasgo)
* [GraphBLAST](https://github.com/gunrock/graphblast)
* [GraphBLAST: A High-Performance Linear Algebra-based Graph Framework on the GPU](https://arxiv.org/pdf/1908.01407.pdf), preprint by Carl Yang, Aydın Buluç, John D. Owens
* [High-Performance Linear Algebra-based Graph Framework on the GPU](https://escholarship.org/content/qt37j8j27d/qt37j8j27d.pdf) (PhD dissertation, 2019) by Carl Yang
Expand Down Expand Up @@ -243,6 +242,7 @@ Notation:
* conda-forge also has [standalone SuiteSparse:GraphBLAS packages](https://anaconda.org/conda-forge/graphblas) for Linux, macOS and Windows
* [dask-grblas](https://github.com/eriknw/dask-grblas): mirrors the python-graphblas API and uses dask for out-of-core or distributed computation
* [PyGB](https://github.com/jessecoleman/gbtl-python-bindings): a Python wrapper for GBTL
* [Intel Generic Implementation of GraphBLAS for Go](https://github.com/intel/forgraphblasgo) - a Go binding for SuiteSparse:GraphBLAS
* [SuiteSparseGraphBLAS.jl](https://github.com/JuliaSparse/SuiteSparseGraphBLAS.jl): a Julia wrapper for SuiteSparse:GraphBLAS
* [rustgraphblas](https://github.com/fabianmurariu/rustgraphblas): a Rust wrapper
* [graphblas-java-native](https://github.com/fabianmurariu/graphblas-java-native): a Java wrapper
Expand All @@ -255,7 +255,7 @@ See also the [ongoing design of the GraphBLAS C++ API](https://people.eecs.berke
## Related libraries

* [Graphony](https://github.com/Graphegon/Graphony): a Python library for doing high-performance graph analysis using the GraphBLAS over sparse and hypersparse data sets. It uses pygraphblas to store graph data in sparse GraphBLAS matrices and node and edge properties in PostgreSQL.
* [RedisGraph](https://redislabs.com/redis-enterprise/redis-modules/redis-enterprise-modules/redisgraph/)
* [FalkorDB](https://github.com/falkordb/falkordb) - a queryable property graph database, previously known as RedisGraph
* More pointers [below](#RedisGraph)
* [Graphulo](https://graphulo.mit.edu/) (built for [Apache Accumulo](https://accumulo.apache.org/))
* More pointers [below](#Graphulo)
Expand Down

0 comments on commit 2c30fc0

Please sign in to comment.