|
|
|
|
|
by thaneross
1376 days ago
|
|
One I'm interested in is graph databases powered with linear algebra (see GraphBLAS and RedisGraph). Putting the graph structure in a sparse matrix in GPU memory and doing matrix-multiplication to perform queries means you can effectively traverse the entire graph quickly by using the massive parallel nature of the graphics card. |
|