acomagu / bufpipeLinks
The buffered IO pipe.
☆33Updated 2 years ago
Alternatives and similar repositories for bufpipe
Users that are interested in bufpipe are comparing it to the libraries listed below
Sorting:
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆109Updated last year
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- Non-Invasive goroutine inspector☆91Updated last month
- Support for Unix domain sockets in Go HTTP clients☆81Updated 3 weeks ago
- Library for writing protoc plugins in Go; also includes a pure-Go protoc replacement☆87Updated last month
- Generic wrapper around strconv.Parse*☆37Updated 3 years ago
- A JSON stream parser for Go☆68Updated 2 years ago
- Like sync.Mutex, but works across processes☆80Updated 2 weeks ago
- In-memory implementation of Go's `io/fs.FS` interface☆115Updated 9 months ago
- Collect data about your dependencies☆43Updated 2 months ago
- Object file abstractions in Go☆31Updated last year
- importable versions of parts of the Go standard library☆50Updated 2 years ago
- Create a new SSH agent on any type of OS (so including Windows)☆63Updated last year
- Turn any gRPC stream into a Go `net.Conn` implementation.☆86Updated 2 years ago
- Streaming text replacement for Go☆71Updated 2 years ago
- Natural strings sorting in Go☆78Updated last year
- Parse json with comments and trailing commas.☆91Updated 4 years ago
- Package socket provides a low-level network connection type which integrates with Go's runtime network poller to provide asynchronous I/O…☆91Updated last year
- Package sdnotify implements systemd readiness notifications as described in https://www.freedesktop.org/software/systemd/man/sd_notify.ht…☆43Updated 3 years ago
- Game Runtime in GO, aims to provide a light, portable and unopiniated runtime to integrate GO libraries to portable applications (dektop,…☆30Updated last year
- Go structure annotations that supports encoding and decoding; similar to C-style bitfields. Supports bitfield packing, self-describing la…☆65Updated 2 years ago
- Generic boolean expression evaluation in Go☆117Updated last month
- ☆98Updated 7 months ago
- Go templates invoked as functions☆154Updated 4 years ago
- Simple string pattern matcher for Go☆128Updated last year
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆119Updated last month
- GoLang extended synchronization primitives: Named mutex, non blocking mutex, semaphore.☆51Updated 8 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations