Add zstd streaming interface
Summary: * Add streaming interface to the `ZstdCodec` * Implement `ZstdCodec::doCompress()` and `ZstdCodec::doUncompress()` using the streaming interface. [fbgs CodecType::ZSTD](https://fburl.com/pr8chg64) and check that no caller requires thread-safety. Reviewed By: yfeldblum Differential Revision: D5026558 fbshipit-source-id: 61faa25c71f5aef06ca2d7e0700f43214353c650
Showing
Please register or sign in to comment