Files
docker-cli/components/engine/daemon
Aaron Lehmann b337882c5b 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>
Upstream-commit: b642b3f21f17cf50c79e464d3aedc93b2dbf0fb0
Component: engine
2017-07-18 19:01:20 -07:00
..
2017-07-03 13:13:09 -07:00
2017-05-18 10:57:10 +08:00
2017-05-16 14:25:32 -07:00
2017-07-13 12:35:00 -07:00
2016-11-16 13:38:45 -08:00
2017-06-27 11:59:49 -07:00
2017-07-03 11:23:15 -07:00
2017-07-13 12:35:00 -07:00
2017-07-13 12:35:00 -07:00
2017-07-13 12:35:00 -07:00
2017-05-16 15:11:39 -07:00
2017-06-27 11:59:49 -07:00
2017-06-27 11:59:49 -07:00
2017-06-27 11:59:49 -07:00
2017-06-11 23:31:47 +02:00
2017-06-27 11:59:49 -07:00
2017-07-12 10:35:48 -04:00
2016-12-01 09:38:08 -08:00
2017-07-13 12:35:00 -07:00
2017-05-12 00:30:09 -04:00
2017-07-13 12:35:00 -07:00
2017-06-07 11:45:33 -04:00
2017-07-03 13:13:09 -07:00
2017-07-13 12:35:00 -07:00
2016-12-27 21:46:52 +08:00
2017-05-16 11:30:06 -07:00
2017-06-23 07:52:34 -07:00
2017-05-16 15:11:39 -07:00
2017-07-03 13:13:09 -07:00
2017-05-16 15:11:39 -07:00
2017-06-07 11:45:33 -04:00