Skip to content

drpcwire: add minlz-fastest compression variant - #91

Open
Nukitt wants to merge 1 commit into
cockroachdb:mainfrom
Nukitt:minlz-compress
Open

drpcwire: add minlz-fastest compression variant#91
Nukitt wants to merge 1 commit into
cockroachdb:mainfrom
Nukitt:minlz-compress

Conversation

@Nukitt

@Nukitt Nukitt commented Jul 31, 2026

Copy link
Copy Markdown

Add CompressionMinLZFastest backed by github.com/minio/minlz. Messages at or below 4 KiB or above minlz.MaxBlockSize (8 MiB) fall back to snappy encoding; minlz.Decode handles both formats transparently.

Also consolidated compression tests; remove redundant snappy-only tests now subsumed by AllVariants parameterized suites, extend stream-level error and buffer-safety tests to cover both snappy and minlz-fastest.

Add CompressionMinLZFastest backed by github.com/minio/minlz. Messages
at or below 4 KiB or above minlz.MaxBlockSize (8 MiB) fall back to
snappy encoding; minlz.Decode handles both formats transparently.

Also consolidated compression tests; remove redundant snappy-only tests now
subsumed by AllVariants parameterized suites, extend stream-level error
and buffer-safety tests to cover both snappy and minlz-fastest.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant