Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ To add, remove or change things on the list:
* [STINGER](https://github.com/stingergraph/stinger) [C/C++]
* Data structure for streaming graphs based on linked lists of blocks
* [Paper](https://ieeexplore.ieee.org/document/6408680)
* [Temporal CSR on Ligra](https://github.com/jshun/ligra/tree/temporal) [C++]
* Version of Ligra graph processing system for weighted temporal graphs.
* Temporal CSR: supports graphs where edges have both weights and time intervals.
* Includes parallel implementations of [temporal SSSPs and temporal betweeness centralities](https://github.com/jshun/ligra/blob/temporal/apps/temporal/).

### Benchmarking
* [GraphTides](https://github.com/GraphTides/graphtides) [Java/TypeScript]
Expand Down