Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/juliagraphs/staticgraphs.jl

Memory-efficient immutable LightGraphs.
https://github.com/juliagraphs/staticgraphs.jl

data-structures graph graph-datastructures graphs hacktoberfest julia juliagraphs

Last synced: about 2 months ago
JSON representation

Memory-efficient immutable LightGraphs.

Awesome Lists containing this project

README

        

# StaticGraphs

[![Build Status](https://github.com/JuliaGraphs/StaticGraphs.jl/workflows/CI/badge.svg)](https://github.com/JuliaGraphs/StaticGraphs.jl/actions?query=workflow%3ACI+branch%3Amaster)
[![codecov.io](http://codecov.io/github/JuliaGraphs/StaticGraphs.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaGraphs/StaticGraphs.jl?branch=master)

Memory-efficient, performant graph structures optimized for large networks.
Uses [Graphs](https://github.com/JuliaGraphs/Graphs.jl).

Note: adding/removing edges and vertices is not supported with this graph type.