https://github.com/genietim/igraph-cereal-serialisation
A simply repo trying to understand how to serialize an igraph graph using cereal
https://github.com/genietim/igraph-cereal-serialisation
Last synced: 12 months ago
JSON representation
A simply repo trying to understand how to serialize an igraph graph using cereal
- Host: GitHub
- URL: https://github.com/genietim/igraph-cereal-serialisation
- Owner: GenieTim
- License: mit
- Created: 2023-11-16T09:10:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T17:55:27.000Z (over 2 years ago)
- Last Synced: 2025-04-08T07:42:02.403Z (about 1 year ago)
- Language: C++
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# igraph-cereal-serialisation
A simply repo trying to understand how to serialize an igraph graph using cereal.
## Current State
Yap, with the latest commit, things seem to work just fine.
For a bit of documentation, also refer to the question on [StackOverflow](https://stackoverflow.com/questions/77493797/how-to-use-cereal-to-serialize-an-igraph-graph-without-getting-addresssanitizer).
## Reproduce
Simply clone this repository, have CMake installed, and run `./bin/compileAndRun.sh`