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

Thanks, I missed that