kubo/namesys
Steven Allen 8117a2bcee gx: update go-buffer-pool
Turns out that `pool.Put(buf)` had to *allocate* because we needed to turn
`[]byte` into `interface{}`. Apparently, we've never done this correctly we just
never noticed because we never really used buffer pools extensively.

However, since migrating yamux to a buffer-pool backed buffer, this started
showing up in allocation profiles.

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
2018-10-10 14:11:31 +01:00
..
opts Fix namesys opts package name 2018-02-28 17:11:46 -05:00
republisher gx: update go-buffer-pool 2018-10-10 14:11:31 +01:00
base.go gx: update go-buffer-pool 2018-10-10 14:11:31 +01:00
cache.go gx: update go-buffer-pool 2018-10-10 14:11:31 +01:00
dns_test.go fix error style 2018-03-30 09:43:27 +02:00
dns.go gx: update go-buffer-pool 2018-10-10 14:11:31 +01:00
interface.go gx: update go-buffer-pool 2018-10-10 14:11:31 +01:00
ipns_resolver_validation_test.go gx: update go-buffer-pool 2018-10-10 14:11:31 +01:00
namesys_test.go gx: update go-buffer-pool 2018-10-10 14:11:31 +01:00
namesys.go gx: update go-buffer-pool 2018-10-10 14:11:31 +01:00
proquint.go gx: update go-buffer-pool 2018-10-10 14:11:31 +01:00
publisher_test.go gx: update go-buffer-pool 2018-10-10 14:11:31 +01:00
publisher.go gx: update go-buffer-pool 2018-10-10 14:11:31 +01:00
resolve_test.go gx: update go-buffer-pool 2018-10-10 14:11:31 +01:00
routing.go gx: update go-buffer-pool 2018-10-10 14:11:31 +01:00