go-questdb-client
go-questdb-client copied to clipboard
feat(client): add sender pool
trafficstars
Because LineSenders are meant to be single-threaded, this PR introduces a LineSenderPool that makes it easier to achieve greater throughput with multiple concurrent senders
addresses #11