Skip to main content

Module writer

Module writer 

Source
Expand description

Writes .acb files from a CodeGraph.

The writer serializes the graph into the binary .acb format: header, unit table, edge table, compressed string pool, feature vectors, temporal block, and index block.

Structs§

AcbWriter
Writes CodeGraph instances to .acb binary format.

Constants§

EDGE_RECORD_SIZE
Size of one edge record on disk (40 bytes).
UNIT_RECORD_SIZE
Size of one code unit record on disk (96 bytes).