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
internal/zstd: replace hardcoded block size with constant
Replace the hardcoded maximum block size (128<<10) with a named
constant (blockMaximumSize). This improves code readability and
maintainability by using a single source of truth for the maximum
block size value.
Also, introduce constants for magic numbers related to zstd stream
identification and skippable frames, enhancing code clarity.
0 commit comments