aclements / go-miscLinks
Miscellaneous Go hacks
☆239Updated last week
Alternatives and similar repositories for go-misc
Users that are interested in go-misc are comparing it to the libraries listed below
Sorting:
- Locking wrapper for running benchmarks on shared hosts☆152Updated last year
- Know when GC runs from inside your golang code☆188Updated 2 years ago
- Reusable transparent log database☆145Updated 4 years ago
- Document mathematical Go code beautifully☆202Updated last year
- A collection of concurrent ring buffers☆133Updated 7 years ago
- View annotated files based on line-spec☆225Updated last year
- High resolution timing and benchmarking for Go☆260Updated 4 years ago
- Merge multiple pprof profile files into a single file☆123Updated 2 years ago
- go-farm: a pure-Go farmhash implementation☆250Updated 8 months ago
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 11 months ago
- Go package to simulate bandwidth, latency and packet loss for net.PacketConn and net.Conn interfaces☆321Updated 5 years ago
- Various golang benchmarks I've written☆110Updated 7 years ago
- Load file-backed memory☆121Updated 2 years ago
- Assert your Go code is inlined and bounds-check eliminated☆303Updated last month
- A CLI to turn Go's benchmark output into pictures☆341Updated 5 years ago
- Golang library for io_uring (without CGO)☆133Updated 4 years ago
- Go package porting the standard hashing algorithms to a more efficient implementation.☆292Updated 11 months ago
- A simple assertion library that you probably shouldn't use.☆132Updated 5 years ago
- Best-effort CPU-local sharded values for Go☆201Updated 3 years ago
- Encode and decode Go (golang) struct types via protocol buffers.☆178Updated 4 years ago
- Print version used to build Go executables☆274Updated 11 months ago
- Auxiliary vendoring tool for Go's new go.mod☆110Updated 3 years ago
- Golang circular (ring) buffer☆174Updated 2 years ago
- xxh3 fast hash function☆105Updated 6 years ago
- MemConn is an in-memory network stack for Go.☆550Updated last year
- A quick tour (or reminder) of Go performance tools☆269Updated 3 years ago
- In-process request tracing☆97Updated last week
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆218Updated 2 years ago
- Gopium 🌺: Smart Go Structures Optimizer and Manager☆215Updated last year
- Analyzer: checks whether HTTP response body is closed and a re-use of TCP connection is not blocked.☆317Updated last month