Sergey Ponomarev
Sergey Ponomarev
The [net.Buffers](https://pkg.go.dev/net#Buffers) internally uses [writev](https://en.wikipedia.org/wiki/Vectored_I/O) syscall so we can write multiple chunks without concatenation in buffer. This significantly improves performance and I wondered why fasthttp doesn't use it.
Add [i] Inspect container menu item that simply shows JSON result of docker inspect command. Select a container, press `i` and you'll the the inspect text. To quit press `q`....
The PR is intended to improve performance and minimize expensive API calls. Docker API has two methods: `ContainersList()` and more detailed `Inspect()`. The ContainersList() has almost all needed fields except...
First few commits are kind of refactoring and preparation for the next commits with feature. Please read comments with description. ### To be done: 1. I implemented the grouping for...
See #224 I tried to migrate to official sdk and tried to filter events and it worked. You can play with this code. 1. Official SDK doesn't have Stats type...
In connector/docker.go:67 to subscribe to events ctop uses `AddEventListener()` from [fsouza/go-dockerclient](https://github.com/fsouza/go-dockerclient). The problem is that there is a lot of types of events so ctop filters out all except of...
There is also another list of BAASes: https://github.com/relatedcode/ParseAlternatives Can you merge it or put a link?
Is any technical reason to not support the MX records? Maybe some limitations of DHT record size?
I can't sign up into the site. How long the registration will be closed?