https://github.com/bokner/bitgraph
https://github.com/bokner/bitgraph
elixir-library graph-algorithms mutable
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bokner/bitgraph
- Owner: bokner
- License: mit
- Created: 2024-07-12T20:20:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-05T04:06:08.000Z (9 months ago)
- Last Synced: 2025-04-05T04:25:15.566Z (9 months ago)
- Topics: elixir-library, graph-algorithms, mutable
- Language: Elixir
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.