Throttling Pool in Go and immudb
Bartłomiej Święcki, one of our immudb Core developers wrote a blog about pool-throttler used in Go. In my last post I presented few techniques useful for limiting simultaneous operations in Go. Such throttlers are indeed a very neat tools to keep our resources under control. However we can be extended that idea to even better tool for …