Chris Morgan
›
Git
›
anymap
› commitdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
patch
| inline |
side by side
(from:
724f947
)
commit
grep
author
committer
pickaxe
?
search:
re
Fix order of ptr::copy_nonoverlapping parameters.
author
Chris Morgan
<me@chrismorgan.info>
Sun, 6 Mar 2016 13:11:37 +0000
committer
Chris Morgan
<me@chrismorgan.info>
Sun, 6 Mar 2016 13:11:37 +0000
Clippy helped me spot this. It didn’t cause any bugs, just bad
performance as all keys would hash to 0 and thus end up in the same
bucket.
No differences found