moby--moby/api/server/httputils
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
..
decoder.go
errors.go
form.go
form_test.go
httputils.go Move some `api` package functions away 2017-06-23 19:37:26 +02:00
httputils_test.go Move some `api` package functions away 2017-06-23 19:37:26 +02:00
httputils_write_json.go
write_log_stream.go Avoid using a map for log attributes 2017-07-18 19:01:20 -07:00