Opened 15 years ago
Last modified 8 years ago
#297 new enhancement
Graph and map serializer
Reported by: | Alpar Juttner | Owned by: | Alpar Juttner |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.5 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
For real distributed computing, it would be nice to have a serializer for the graphs and the map structures.
By a serializer I mean a facility to represent a graph/map as a compact raw sequence of bytes that can be sent to another (local or remote) process and the graph/map can be reconstructed from it.
The raw data format should be compact and easy to code and decode, however it cannot be independent from the underlying graph representation, as we must keep the node/arc IDs at the graph reconstruction.
This proposal is somewhat related to #225.
Change History (3)
comment:1 Changed 15 years ago by
Milestone: | → LEMON 1.3 release |
---|
comment:2 Changed 12 years ago by
Milestone: | LEMON 1.3 release → LEMON 1.4 release |
---|
comment:3 Changed 8 years ago by
Milestone: | LEMON 1.4 release → LEMON 1.5 release |
---|