An open API service indexing awesome lists of open source software.

https://github.com/bokner/bitgraph


https://github.com/bokner/bitgraph

elixir-library graph-algorithms mutable

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Mutable Digraph

## Status

Experimental, proof of concept.

## Motivation

Graph algorithms often present a computational challenge.
There are (at least 2) popular implementations of digraph (`:digraph` and `libgraph`).

`bitgraph` aims for an efficient implementation using :atomics for digraph representation.

Status: under construction.