llvm-project
37881c63
- [llvm] Replace unordered_{map,set} with Dense{Map,Set} in local maps (#204277)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
86 days ago
[llvm] Replace unordered_{map,set} with Dense{Map,Set} in local maps (#204277) std::unordered_map is slow. Replace maps and sets without a pointer-stability requirement to DenseMap/DenseSet. Extracted from #202222
References
#204277 - [llvm] Replace unordered_{map,set} with Dense{Map,Set} in local maps
Author
MaskRay
Parents
9d788fe1
Loading