Details
Description
If you drop the attached perf stacks into flamescope, you can see that mesos::internal::master::Slave::hasExecutor occupies 37% of the overall samples!
This function does 3 hashmap lookups, 1 can be eliminated for a quick win. However, the larger improvement here will come from eliminating many of the calls to this function.
This was reported by carlone.
Attachments
Attachments
Issue Links
- relates to
-
MESOS-10000 Consider removing 'hashmap::get'
- Open