Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

s2: Smaller initial decoder alloc #322

Merged
merged 1 commit into from
Feb 23, 2021
Merged

Conversation

klauspost
Copy link
Owner

Allocate enough for the default window size and add
ReaderAllocBlock for custom allocs.

Allocate enough for the default window size and add
`ReaderAllocBlock` for custom allocs.
@klauspost klauspost merged commit da0f8a3 into master Feb 23, 2021
@klauspost klauspost deleted the smaller-default-alloc branch February 23, 2021 14:23
klauspost added a commit to klauspost/minio that referenced this pull request Mar 10, 2021
Relevant updates:

* Less allocations on decode: klauspost/compress#322
* Fixed rare out-of-bounds write on amd64.
* ARM64 decompression assembly. Around 2x output speed. klauspost/compress#324
* Speed up decompression on non-assembly platforms. klauspost/compress#328

Upgrade cpuid to match simdjson.
harshavardhana pushed a commit to minio/minio that referenced this pull request Mar 10, 2021
Relevant updates:

* Less allocations on decode: klauspost/compress#322
* Fixed rare out-of-bounds write on amd64.
* ARM64 decompression assembly. Around 2x output speed. klauspost/compress#324
* Speed up decompression on non-assembly platforms. klauspost/compress#328

Upgrade cpuid to match simdjson.
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.

None yet

1 participant