robaho / goanalyzer
improved go tool trace goroutine analysis
☆31Updated 6 years ago
Alternatives and similar repositories for goanalyzer:
Users that are interested in goanalyzer are comparing it to the libraries listed below
- Write ahead Raft log for Go☆57Updated 4 years ago
- Interface for mmap syscall to provide safe and efficient access to memory☆68Updated 4 years ago
- Serialization code generator for QUICK struct content comparison☆94Updated 5 years ago
- A goroutine limiter for Go☆82Updated 3 years ago
- Truly random map access and iteration for Go (OUTDATED -- FOR EDUCATIONAL PURPOSES ONLY)☆61Updated 8 years ago
- Thread-safe concurrent maps for go.☆25Updated 5 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆57Updated 5 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆80Updated 3 years ago
- Write-ahead log in Golang☆41Updated 3 years ago
- An ~O(2k) time complexity http request router in Go☆44Updated 5 years ago
- Non-Invasive goroutine inspector☆90Updated last year
- ☠️ mkill limits the number of threads in a Go program, without crashing it.☆23Updated 4 years ago
- Package errc simplifies error and defer handling.☆78Updated 7 years ago
- Test the performance of Go's concurrency structures☆30Updated last month
- distributed synchronization primitives☆60Updated 2 years ago
- Benchmark all the top in-memory Go caching libraries☆62Updated last year
- A fast collection type that uses uint64 for keys.☆44Updated 4 years ago
- A distributed service for monotonically increasing tickets.☆43Updated 5 years ago
- Support for streaming Protocol Buffer messages for the Go language (golang).☆66Updated last year
- Parses Go tracebacks and finds possible deadlocks☆27Updated 4 years ago
- A key/value database for the Phoenix Golang Meetup's Build a Database Server challenge.☆28Updated 6 years ago
- Lock-Free Queue for Go☆25Updated 6 years ago
- Package for getting the runtime ID of a goroutine☆44Updated 10 months ago
- Golang HTTP/2 cleartext (h2c) Handler / Router / Mux☆16Updated last year
- Local syncing package with support for timeouts. This package offers both a sync.Mutex and sync.RWMutex compatible interface.☆17Updated 5 years ago
- Fastest conversions between string and byte slice☆11Updated 4 years ago
- Package poller provides level triggered readiness notification and reliable closing of file descriptors.☆39Updated 5 years ago
- An efficient memset implementation for Golang. [Not maintained].☆32Updated 5 years ago
- Collect data about your dependencies☆43Updated 3 weeks ago
- 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