Closed dongjoon-hyun closed 9 months ago
For ZstdCodec.compress, this PR aims to add a short-cut to skip tiny inputs which is smaller than the minimum ZStandard format.
ZstdCodec.compress
To reduce the number of JNI call.
Pass the CIs.
No.
What changes were proposed in this pull request?
For
ZstdCodec.compress
, this PR aims to add a short-cut to skip tiny inputs which is smaller than the minimum ZStandard format.Why are the changes needed?
To reduce the number of JNI call.
How was this patch tested?
Pass the CIs.
Was this patch authored or co-authored using generative AI tooling?
No.