rebellion
rebellion copied to clipboard
Graphs
The rebellion/collection
library should provide an API for graphs and graph-shaped data. Here are some relevant libraries to draw design inspiration from:
https://web.engr.oregonstate.edu/~erwig/papers/InductiveGraphs_JFP01.pdf
I started working on a functional graph API as part of my Advent of Code solutions. It's got most of the basics implemented and it's not super inefficient, as graphs are mostly just backed by multidicts.