tidwall / boxLinks
Efficiently box values in Go. Optimized for primitives, strings, and byte slices.
☆75Updated last month
Alternatives and similar repositories for box
Users that are interested in box 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
- Expression evaluator for Go☆77Updated 5 months ago
- Package gostackparse parses goroutines stack traces as produced by panic() or debug.Stack() at ~300 MiB/s.☆121Updated 3 months ago
- Go templates invoked as functions☆154Updated 4 years ago
- A simple prometheus metrics and pprof profile viewer.☆46Updated 2 years ago
- cheap Go type to hold & operate on either a read-only []byte or string☆111Updated last year
- Best-effort CPU-local sharded values for Go☆202Updated 4 years ago
- A JSON stream parser for Go☆68Updated 3 years ago
- 🏇🏻 generalist, fast and tiny binary parser and compiler generator, powered by Go 1.18+ Generics☆58Updated 3 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Updated 2 years ago
- A cancelable reader for Go☆137Updated 2 years ago
- Load file-backed memory☆121Updated 2 years ago
- Off heap golang memory pool☆60Updated 4 years ago
- Parse json with comments and trailing commas.☆93Updated 4 years ago
- Collect data about your dependencies☆43Updated 4 months ago
- a golang test framework for asserting expected escape analysis results & heap allocations☆72Updated 9 months ago
- importable versions of parts of the Go standard library☆50Updated 2 years ago
- Plausible additions to Go standard library packages☆40Updated 3 years ago
- simple data streams for go