Adar Dembo has posted comments on this change. ( 
http://gerrit.cloudera.org:8080/15064 )

Change subject: schema: use dense_hash_map instead of std::unordered_map
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.cloudera.org:8080/#/c/15064/1//COMMIT_MSG
Commit Message:

http://gerrit.cloudera.org:8080/#/c/15064/1//COMMIT_MSG@9
PS1, Line 9: In a time series benchmark I'm working on, the client spent 12% of 
its
           : CPU in Schema::FindColumn. In particular, most of the CPU went to 
the
           : bucket calculation in std::unordered_map, which required a 'divq'
           : instruction that can take hundreds of cycles.
Any chance you can synthesize a microbenchmark that approximates this behavior?



--
To view, visit http://gerrit.cloudera.org:8080/15064
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: comment
Gerrit-Change-Id: I8e8f80229b2dcfad05e204a6f6e50ce7dc3f4c73
Gerrit-Change-Number: 15064
Gerrit-PatchSet: 1
Gerrit-Owner: Todd Lipcon <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Comment-Date: Fri, 17 Jan 2020 20:21:34 +0000
Gerrit-HasComments: Yes

Reply via email to