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
@@ -103,14 +103,13 @@ Rust block codecs require block-aligned input. `CompositeCodec` chains a block c
103
103
104
104
### C++ (`cpp` feature)
105
105
106
-
All C++ codecs implement `AnyLenCodec` for `&[u32]`.
107
-
Block-oriented codecs (`CppFastPFor128`, `CppFastPFor256`, `CppSimdFastPFor128`, `CppSimdFastPFor256`) implement both `BlockCodec` and `AnyLenCodec`; the C++ library exposes them as composites. Use them directly for arbitrary-length input.
108
-
`u64`-capable codecs implement `BlockCodec64` with `encode64` / `decode64`.
106
+
All C++ codecs are composite (any-length) and implement `AnyLenCodec` only.
107
+
`u64`-capable codecs (`CppFastPFor128`, `CppFastPFor256`, `CppVarInt`) also implement `BlockCodec64` with `encode64` / `decode64`.
0 commit comments