Expand description
WASM bindings for temporal tensor compression.
Re-exports the FFI interface from ruvector-temporal-tensor for wasm32 targets.
Functionsยง
- ttc_
alloc - Allocate a buffer in WASM linear memory.
- ttc_
create - Create a new compressor. Returns handle via out_handle.
- ttc_
create_ with_ policy - Create a compressor with custom policy parameters.
- ttc_
dealloc - Free a buffer previously allocated with ttc_alloc.
- ttc_
decode_ segment - Decode a segment into f32 values.
- ttc_
flush - Flush the current segment.
- ttc_
free - Free a compressor.
- ttc_
push_ frame - Push a frame. If a segment boundary is crossed, the completed segment is written to out_ptr/out_cap, and out_written is set to the byte count.
- ttc_
set_ access - Set access stats directly.
- ttc_
touch - Record an access event.