Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/juliagraphs/staticgraphs.jl
- Owner: JuliaGraphs
- License: other
- Created: 2017-09-16T04:28:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T10:52:25.000Z (8 months ago)
- Last Synced: 2024-10-19T05:18:00.401Z (2 months ago)
- Topics: data-structures, graph, graph-datastructures, graphs, hacktoberfest, julia, juliagraphs
- Language: Julia
- Homepage:
- Size: 57.6 KB
- Stars: 33
- Watchers: 3
- Forks: 8
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.