Pinned Repositories
asmfmt
Go Assembler Formatter
compress
Optimized Go Compression Packages
cpuid
CPU feature identification for Go
crc32
CRC32 hash with x64 optimizations
dedup
Streaming Deduplication Package for Go
geoip-service
A fast in-memory http microservice for looking up MaxMind GeoIP2 and GeoLite2 database
pgzip
Go parallel gzip (de)compression
readahead
Asynchronous read-ahead for Go readers
reedsolomon
Reed-Solomon Erasure Coding in Go
ryzen-master-vbs-patch
AMD Ryzen Master Hyper-V VBS patcher
klauspost's Repositories
klauspost/compress
Optimized Go Compression Packages
klauspost/reedsolomon
Reed-Solomon Erasure Coding in Go
klauspost/cpuid
CPU feature identification for Go
klauspost/crc32
CRC32 hash with x64 optimizations
klauspost/minio
MinIO is a high performance object storage server compatible with Amazon S3 APIs
klauspost/talks
Talks
klauspost/warp
:coffee: yet another s3 benchmarking tool
klauspost/minlz
MinLZ is a LZ77 compressor, focused on realtime data compression
klauspost/crc64nvme
CRC64 checksums using carryless-multiplication accelerated with SIMD
klauspost/dperf
Drive performance measurement tool
klauspost/go-tool-cache
klauspost/gojay-fork
high performance JSON encoder/decoder with stream API for Golang
klauspost/mc
MinIO Client is a replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage.
klauspost/msgp
A Go code generator for MessagePack / msgpack.org[Go]
klauspost/sidekick
High Performance HTTP Sidecar Load Balancer
klauspost/zipindex
Package for indexing zip files and storing a compressed index
klauspost/avo
Generate x86 Assembly with Go
klauspost/fwd
Buffered Reader/Writer
klauspost/go
The Go programming language
klauspost/go-118-fuzz-build
klauspost/jstream
Streaming JSON parser for Go
klauspost/logbenchmarks
Benhmarks comparing JSON vs Protobuf plus compression
klauspost/lz4
LZ4 compression and decompression in pure Go
klauspost/madmin-go
The MinIO Admin Go Client SDK provides APIs to manage MinIO services
klauspost/minio-go
MinIO Client SDK for Go
klauspost/pkg
Repository to hold all the common packages imported by MinIO projects
klauspost/quic-go
A QUIC implementation in pure Go
klauspost/ringbuffer
a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface
klauspost/simdjson-go-1
klauspost/xxh3
XXH3 algorithm in Go