Skip to content

Increase tcp stats sink perf

Compare
Choose a tag to compare
@jsedgwick jsedgwick released this 13 Jul 00:05
· 82 commits to master since this release
bb587bd
Improve statsd sink performance (#32)

* initial

Signed-off-by: James Sedgwick <[email protected]>

* fix

Signed-off-by: James Sedgwick <[email protected]>

* lint

Signed-off-by: James Sedgwick <[email protected]>

* use buffer pool

Signed-off-by: James Sedgwick <[email protected]>

* check

Signed-off-by: James Sedgwick <[email protected]>

* update travis config

* sync.Pool([]byte) -> (*bytes.Buffer), etc (#33)