Improving the Performance of a Simple Key-Value Store in Go with Sharding
In this article, we will show you how to implement a simple key-value store in Go and then improve its performance by using sharding.
We can implement a simple key-value store that is concurrently safe by using a mutex. However, using a single mutex ...
ermanimer.hashnode.dev3 min read