File: README

package info (click to toggle)
pythontracer 8.10.16-1.1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 356 kB
  • ctags: 461
  • sloc: python: 441; ansic: 325; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 557 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Graphfile is a graph serialization library.

It is currently of limited scope and only meant to support write in
append-only mode where nodes must consist of a binary blob, and links
to other nodes.

The serialized file has the following format:

The file begins with an absolute 64-bit offset, of the "root" node.
The bytes at that offset will contain a Node, of the structure:

Type      Name
gnumber   Size of arbitrary data
binary    Arbitrary data
gnumber   Number of offsets
gnumbers  Unsigned numbers representing relative offsets pointing backwards