Highlights
- 13 discussions answered
Popular repositories
1,346 contributions in the last year
Less
More
Activity overview
Contribution activity
June 2021
Created 30 commits in 4 repositories
Created a pull request in minio/minio that received 4 comments
Fix crash from unstable sort
Description Fix in #12487 assumes that slices with tiebreaks are sorted equally. Furthermore sorting relies on the slice being sorted to mutate. Th…
+67
−61
•
4
comments
Opened 20 other pull requests in 4 repositories
klauspost/compress
9
merged
2
open
1
closed
- s2sx: Fix max size error
- S2 decoder experiments
- s2: Add full Snappy output support
- s2: Improve speed with bigger output margin
- zstd: Add configurable Decoder window size
- Add go beta fuzzer
- gzhttp: Add header to skip compression
- zip: only preallocate File slice if reasonably sized
- gzhttp: Don't compress HEAD requests
- gzhttp: Support Flush always
- gzhttp: Reduce allocs more
- s2: Clarify EncodeBuffer usage
minio/minio
4
merged
1
closed
minio/minio-go
2
merged
minio/mc
1
merged
Reviewed 14 pull requests in 3 repositories
minio/minio 9 pull requests
- Add a 'free' version to track deletion of tiered object content
- fix: force-delete should just rename to .trash
- Support of ZIP list/get/head as S3 extension feature
- fix: getServerPoolsAvailableSpace() shouldn't crash
- remove support for deprecated MINIO_KMS_MASTER_KEY
- fix: remove parent dirs in RenameData upon failure
- fix: legacy objects with 10MiB blockSize should use right buffers
- Improve disk usage calculation
- Redact sensitive values from config in health data
minio/minio-go 3 pull requests
minio/mc 2 pull requests
Created an issue in golang/go that received 6 comments
[dev.fuzz] cmd/go: respect -cpu=n on workers.
What version of Go are you using (go version)?
λ gotip version
go version devel go1.17-5542c10fbf Fri Jun 4 03:07:33 2021 +0000 windows/amd64
Does…
6
comments