Y
Hacker News
new
|
ask
|
show
|
jobs
by
khuey
163 days ago
From skimming the source code it looks like the merge operation here adds the values for duplicated keys rather than replacing the first value with the second value so using HashMaps's Extend impl won't work.
1 comments
tialaramex
162 days ago
Thanks, I missed that
link