bcmills / moreLinks
Plausible additions to Go standard library packages
☆39Updated 3 years ago
Alternatives and similar repositories for more
Users that are interested in more 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
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated 2 years ago
- Generic wrapper around strconv.Parse*☆37Updated 2 years ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 2 years ago
- ☆38Updated 2 years ago
- Object file abstractions in Go☆30Updated last year
- 🧵 thead facilities in Go☆17Updated 4 years ago
- importable versions of parts of the Go standard library☆50Updated 2 years ago
- Print uncovered code☆56Updated 4 months ago
- Collect data about your dependencies☆43Updated last month
- A minimalist HTTP request routing helper for Go.☆34Updated 2 years ago
- Consistent hashing hashring implementation.☆34Updated last year
- Basic Markdown parser and HTML generator☆111Updated 6 months ago
- Fuzz Go defer/panic/recover☆27Updated 4 years ago
- Go templates invoked as functions☆154Updated 4 years ago
- Package for getting the runtime ID of a goroutine☆45Updated last year
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 11 months ago
- Support for Unix domain sockets in Go HTTP clients☆79Updated this week
- Off heap golang memory pool☆60Updated 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
- Remote Git repos as fs.FS file systems.☆123Updated last year
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- ☆97Updated 5 months ago
- WIP☆18Updated 4 years ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆71Updated 5 months ago
- automate Go compiler comparisons☆24Updated 2 years ago
- Code for decoding and encoding runtime/trace files as well as useful functionality implemented on top.☆90Updated 9 months ago
- Type-safe atomic values for Go☆19Updated last year
- implementation of the Allotment Routing Table (ART) algorithm by Donald Knuth, as described in the paper by Yoichi Hariguchi☆56Updated last year
- A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right…☆45Updated 2 years ago