rasky / go-lzoLinks
Native LZO implementation in Go
☆57Updated 4 years ago
Alternatives and similar repositories for go-lzo
Users that are interested in go-lzo are comparing it to the libraries listed below
Sorting:
- Port of LZ4 lossless compression algorithm to Go☆212Updated 8 years ago
- a small circular ring buffer library in go / golang☆188Updated 6 years ago
- An epoll(7)-based file-descriptor multiplexer.☆105Updated 8 years ago
- Package inmem provides an in memory LRU cache with TTL support.☆81Updated 8 years ago
- ZebraPack format is like gobs version 2: serialization in Go, *but* extremely fast and friendly to other languages. Use Go as your schema…☆171Updated 6 years ago
- High-performance minimalist queue implemented using a stripped-down lock-free ringbuffer, written in Go (golang.org)☆133Updated 7 years ago
- A scalable lock-free channel.☆135Updated 9 years ago
- Asynchronous read-ahead for Go readers☆233Updated 10 months ago
- Go package for limiting and monitoring data flow rate☆95Updated 8 years ago
- Very fast, very unsafe serialization for Go☆147Updated 2 years ago
- Fast generation of 192-bit UUIDs☆84Updated 2 years ago
- Cap'n Proto library and parser for go. This is go-capnproto-1.0, and does not have rpc. See https://github.com/zombiezen/go-capnproto2 fo…☆288Updated 5 years ago
- SIMD for Go☆163Updated 7 years ago
- DMI library☆44Updated 4 years ago
- go-bind-plugin generates API for exported plugin symbols (-buildmode=plugin) - go1.8+ only (http://golang.org/pkg/plugin)☆181Updated 5 years ago
- Benchstat computes and compares statistics about benchmarks.☆142Updated 7 years ago
- Parallel and radix sorting in Go