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
EndlessZstdDecompressor is rather different from other stdlib APIs. It doesn't stop at a single frame, and is more similar to the behavior of decompress().
EndlessZstdDecompressoris rather different from other stdlib APIs. It doesn't stop at a single frame, and is more similar to the behavior ofdecompress().It probably should be removed?