Code

statsd plugin: Avoid calling snprintf() in the hot path.
authorFlorian Forster <octo@collectd.org>
Thu, 11 Jul 2013 08:12:54 +0000 (10:12 +0200)
committerFlorian Forster <octo@collectd.org>
Thu, 11 Jul 2013 08:12:54 +0000 (10:12 +0200)
snprintf() is very expensive and the alternative is simple. This shaves
off about 7% of the time spent handling events.


No differences found