debugger
go-deadlock
debugger | go-deadlock | |
---|---|---|
1 | 6 | |
64 | 1,040 | |
- | - | |
10.0 | 4.1 | |
over 4 years ago | 16 days ago | |
Go | Go | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
debugger
-
Waffles, Fries, Beer and Developers; Notes from FOSDEM 2023
dlsniper/debugger: debugger middleware
go-deadlock
-
Waffles, Fries, Beer and Developers; Notes from FOSDEM 2023
sasha-s/go-deadlock: online deadlock detection in go
- Online deadlock detection in go (Golang)
-
Concurrency mutex patterns general question
Not quite an answer but this helped with the headache of debugging deadlocks for our team https://github.com/sasha-s/go-deadlock Its a drop in replacement and will error out when it detects deadlocks.
-
Using Go's RWMutex recursively is a bug
A truly underrated static analyzer in Go is github.com/sasha-s/go-deadlock
-
Mastering concurrency in Go
go-deadlock library
-
Finding Deadlocks in a Golang Database
No mention of go-deadlock? It's amazing tool that will save you so much time. I found a lot of lock-ordering issues that were just disasters waiting to happen.
What are some alternatives?
coloredgoroutine - Color-coded debug logging by go routine id.
rueidis - A fast Golang Redis client that supports Client Side Caching, Auto Pipelining, Generics OM, RedisJSON, RedisBloom, RediSearch, etc. [Moved to: https://github.com/redis/rueidis]
phlare - 🔥 horizontally-scalable, highly-available, multi-tenant continuous profiling aggregation system
pgcapture - A scalable Netflix DBLog implementation for PostgreSQL
dagger - An engine to run your pipelines in containers
size-limited-queue - Learn what sync.Cond is
Grafana - The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
gofl - Generic Free List implementation to reuse memory and avoid allocations
loki - Like Prometheus, but for logs.
opentelemetry-go - OpenTelemetry Go API and SDK
go-trylock - TryLock support on read-write lock for Golang