go-deadlock
size-limited-queue
go-deadlock | size-limited-queue | |
---|---|---|
6 | 1 | |
1,017 | 24 | |
- | - | |
4.2 | 0.0 | |
about 2 months ago | almost 3 years ago | |
Go | Go | |
Apache License 2.0 | MIT License |
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.
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.
size-limited-queue
-
I wrote a blog article to understand "sync.Cond"
I tried my best to explain what sync.Cond is, how it is used, why we want to prefer it rather than mutex... with a concrete and working example. Example repo is found here: https://github.com/dty1er/size-limited-queue
What are some alternatives?
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]
go-left-right - A faster RWLock primitive in Go, 2-3 times faster than RWMutex. A Go implementation of concurrency control algorithm in paper <Left-Right - A Concurrency Control Technique with Wait-Free Population Oblivious Reads>
pgcapture - A scalable Netflix DBLog implementation for PostgreSQL
async - Synchronization and asynchronous computation package for Go
debugger - Debugging helper for Go
semaphore go - Fast resizable golang semaphore primitive
gofl - Generic Free List implementation to reuse memory and avoid allocations
go-concurrency-guide - Practical concurrency guide in Go, communication by channels, patterns
go-trylock - TryLock support on read-write lock for Golang
go - The Go programming language
arenaskl - Fast, lock-free, arena-based Skiplist implementation in Go that supports iteration in both directions.
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.