julienschmidt / atomLinks
Intuitive wrapper types enforcing atomic access for lock-free concurrency
☆26Updated 4 years ago
Alternatives and similar repositories for atom
Users that are interested in atom are comparing it to the libraries listed below
Sorting:
- a golang test framework for asserting expected escape analysis results & heap allocations☆71Updated 7 months ago
- Go templates invoked as functions☆154Updated 4 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆111Updated last year
- Connection pool for Go's net.Conn interface☆127Updated 2 years ago
- 🚧 Flexible mechanism to make execution flow interruptible.☆100Updated 4 years ago
- Simple profiling for Go☆76Updated last year
- An insanely tiny Postgres library for Go☆18Updated 4 years ago
- Highly concurrent drop-in replacement for bufio.Writer☆57Updated 7 years ago
- An assert function for Go that works like the one in C.☆21Updated 4 years ago
- A JSON stream parser for Go☆68Updated 2 years ago
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆67Updated last year
- Fastest levenshtein implementation in Go.☆134Updated 4 years ago
- Generative Adversarial Network in Go via Gorgonia☆87Updated 3 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆58Updated 5 years ago
- simple data streams for go☆31Updated 2 years ago
- Levenshtein distance and similarity metrics with customizable edit costs and Winkler-like bonus for common prefix.☆89Updated 4 years ago
- Context-aware I/O streams (Writer, Reader) for Go