Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

tensogram reshuffle

Reshuffle frames: move footer frames to header position.

Usage

tensogram reshuffle --output <OUTPUT> <INPUT>

Options

OptionDescription
-o, --output <OUTPUT>Output file
-h, --helpPrint help

Description

Converts streaming-mode messages (footer-based index and hash frames) into random-access-mode messages (header-based index and hash frames).

This is a decode → re-encode operation. The data is not modified; only the frame layout changes so that index and hash information appears before the data objects, enabling efficient random access.

Examples

tensogram reshuffle streamed.tgm -o random_access.tgm