You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add sync methods to codecs
* add CodecChain dataclass and sync codec tests
Introduces CodecChain, a frozen dataclass that chains array-array,
array-bytes, and bytes-bytes codecs with synchronous encode/decode
methods. Pure compute only -- no IO, no threading, no batching.
Also adds sync roundtrip tests for individual codecs (blosc, gzip,
zstd, crc32c, bytes, transpose, vlen) and CodecChain integration tests.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* refactor codecchain
* separate codecs and specs
* add synchronous methods to stores
* fix merge error
* guard storepath methods that rely on underlying sync impl
* scrub out set-range logic
* remove is-zstd-fixed-size test
* remove codecchain
* revert delete comment
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
0 commit comments