Don't share memory to communicate. Communicate to share memory.
Go has a different answer to concurrency than most languages.
- #go
- #concurrency
meow.log home A little log of my tech journey — the things I build, break, and learn along the way.
latest posts
Go has a different answer to concurrency than most languages.
What happens when two goroutines write to the same map at the same time.
Why raw bytes are not enough, and how Redis solved message framing with a dead simple protocol.
Redis is single-threaded. It should be slow. It is not. Here is why.