4kills / go-libdeflateLinks
Go wrapper for the C libdeflate library, supporting super fast zlib, gzip, and deflate compression, using cgo. Use case: in-memory, whole-buffered data.
☆33Updated 2 weeks ago
Alternatives and similar repositories for go-libdeflate
Users that are interested in go-libdeflate are comparing it to the libraries listed below
Sorting:
- Ultra fast native zlib implementation for golang using cgo and the original zlib library written in C by Jean-loup Gailly and Mark Adler.☆30Updated 2 years ago
- Seekable ZSTD compression format implemented in Golang.☆131Updated 2 months ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆61Updated 6 years ago
- Go assembly transpiler for C programming language support amd64, arm64, riscv64, and loong64☆112Updated 3 weeks ago
- String deduplication package for Go☆19Updated 2 years ago
- Open version of common golang libraries useful to many projects.☆76Updated 2 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆70Updated last year
- Like sync.Mutex, but works across processes☆83Updated 7 months ago
- Package socket provides a low-level network connection type which integrates with Go's runtime network poller to provide asynchronous I/O…☆93Updated 6 months ago
- A fast userspace CSPRNG☆93Updated last year
- extra stuff from inet.af/netaddr that didn't make it into Go's net/netip☆118Updated 2 years ago
- Streaming text replacement for Go☆72Updated 3 years ago
- Blazing fast time function library for Go with zero memory allocation. fastime returns the approximate time.☆56Updated 6 months ago
- ☆130Updated 9 years ago
- The buffered IO pipe.☆34Updated 2 years ago
- [MODULE] - Fast JSON lexer (tokenizer) with no memory footprint and no garbage collector pressure (zero-alloc). 5x faster compared to Go'…☆50Updated 3 years ago
- Natural sorting (natsort) in Go☆60Updated last month
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆77Updated 5 months ago
- Go middleware to compress HTTP responses with Gzip, Deflate, Brotli, Zstandard, XZ/LZMA2, LZ4, and more..☆87Updated 3 weeks ago
- Go JSON5 decoder package based on encoding/json☆64Updated last year
- Compile Go regular expressions to Go code☆96Updated 5 months ago
- Fastest and most efficient goroutine pool (experimental)☆140Updated 3 years ago
- A go function to report total system memory☆207Updated 3 years ago
- Generic wrapper around strconv.Parse*☆38Updated 3 years ago
- Go structure annotations that supports encoding and decoding; similar to C-style bitfields. Supports bitfield packing, self-describing la…☆67Updated 3 years ago
- Go templates invoked as functions☆156Updated 4 years ago
- Tailscale's rolling temporary dev fork of Go. We try to upstream everything and keep this repo's diff small.☆72Updated last week
- A JSON stream parser for Go☆68Updated 3 years ago
- Faster base64 encoding for Go☆185Updated 2 years ago
- Drop-in replacement for regexp using re2, for any Go app☆179Updated this week