Ilya Pronin created MESOS-7046:
----------------------------------
Summary: Simplify AppC provisioner's cache keys comparison
Key: MESOS-7046
URL: https://issues.apache.org/jira/browse/MESOS-7046
Project: Mesos
Issue Type: Improvement
Components: containerization
Reporter: Ilya Pronin
Assignee: Ilya Pronin
Priority: Minor
{{appc::Cache::Key::operator==()}} does manual maps comparison by looking up
all elements from one container in another and vice versa.
{{std::map::operator==()}} does that more effectively by checking sizes and
doing element by element comparison.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)