// v0.0.x const zstd = require('zstd-codec').ZstdCodec; const simple = new zstd.Simple(); // v0.1.x const ZstdCodec = require('zstd-codec').ZstdCodec; ZstdCodec.run(zstd => { const simple = new zstd.Simple(); });NOTE: I wanted to use Promise instead of callback, but does...
First working version of Zstd codec on the GPU 49d5ee8 Adding nvcomp to the GPU dependency list d548adc akshaysubr force-pushed the gpu-codecs branch from d6608e7 to d548adc Compare February 25, 2025 21:30 Updating codec pipeline batch size for GPU codecs to enable parallelism a8c...
ZstdInputStream s = new ZstdInputStream(new ByteBufInputStream(buf)); byte[] bytes = new byte[size]; s.read(bytes); s.close(); ByteBuf out = ByteBufAllocator.DEFAULT.buffer(size); ByteBuf in = Unpooled.wrappedBuffer(bytes); try { return innerCodec.getValueDecoder().decode(in, state...
0.1.4•Public• Published3 years ago This package does not have a README.Add a READMEto your package so that users know how to get started. Readme Keywords none npm i@liradb2000/zstd-codec Repository github.com/liradb2000/zstd-codec-stream ...
Received exception from server (version 52.8.6): Code: 1001. DB::Exception: Received from. DB::Exception: avro::Exception: Unknown codec in data file: zstandard. (STD_EXCEPTION) StackTrace: 2024.01.12 11:53:52.629046 [ 83 ] {068906a0-24e...
@kafkajs/zstd ZStandard codec for KafkaJS. NOTE: This codec relies oncppzstfor compression and decompression. Please divert any issues with cppzst there, and only open issues on this repo in case the version being used here needs to be updated. ...