bcmills / moreLinks
Plausible additions to Go standard library packages
☆41Updated 4 years ago
Alternatives and similar repositories for more
Users that are interested in more are comparing it to the libraries listed below
Sorting:
- cheap Go type to hold & operate on either a read-only []byte or string☆115Updated last year
- importable versions of parts of the Go standard library☆50Updated 3 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆77Updated 5 months ago
- Generic wrapper around strconv.Parse*☆38Updated 3 years ago
- Go templates invoked as functions☆156Updated 4 years ago
- Best-effort CPU-local sharded values for Go☆203Updated 4 years ago
- Script engine, especially good for tests☆162Updated last year
- Promise to the Go compiler that your Reads and Writes are well-behaved☆61Updated 6 years ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 3 years ago
- Basic Markdown parser and HTML generator☆114Updated last year
- Print uncovered code☆61Updated last year
- Remote Git repos as fs.FS file systems.☆133Updated last year
- ☆120Updated 2 months ago
- A simple evaluator for arithmetic integer expressions.☆92Updated 4 years ago
- ☆101Updated last year
- a golang test framework for asserting expected escape analysis results & heap allocations☆73Updated last year
- ☆122Updated 2 years ago
- sketches for the Go 2 Type Parameters proposal☆34Updated 2 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
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆126Updated 7 months ago
- S3 FileSystem (fs.FS) implementation☆211Updated 2 years ago
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆91Updated 3 months ago
- A Go io/fs filesystem implementation for reading files in Github gists.☆124Updated 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…☆93Updated 6 months ago
- Turn any gRPC stream into a Go `net.Conn` implementation.☆86Updated 2 years ago
- implementation of the Allotment Routing Table (ART) algorithm by Donald Knuth, as described in the paper by Yoichi Hariguchi☆56Updated 2 years ago
- Fast histograms for Go☆37Updated last year
- A minimalist HTTP request routing helper for Go.☆34Updated 3 years ago
- In-process request tracing☆103Updated 2 weeks ago
- Package for getting the runtime ID of a goroutine☆49Updated 4 months ago