moby--moby/daemon/logger/journald
Aaron Lehmann b642b3f21f Avoid using a map for log attributes
Having a map per log entry seemed heavier than necessary. These
attributes end up being sorted and serialized, so storing them in a map
doesn't add anything (there's no random access element). In SwarmKit,
they originate as a slice, so there's an unnecessary conversion to a map
and back.

This also fixes the sort comparator, which used to inefficiently split
the string on each comparison.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2017-07-18 19:01:20 -07:00
..
journald.go Fix stderr logging for journald and syslog 2017-06-26 14:37:43 -07:00
journald_test.go
journald_unsupported.go
read.go Avoid using a map for log attributes 2017-07-18 19:01:20 -07:00
read_native.go
read_native_compat.go
read_unsupported.go