std::set is pretty slow. We generally prefer llvm::StringSet if we don't
need an sorted set.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
Differential D40579
Use llvm::StringSet instead of std::set. ClosedPublic Authored by ruiu on Nov 28 2017, 2:07 PM.
Details Summary std::set is pretty slow. We generally prefer llvm::StringSet if we don't
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 28 2017, 10:25 PM Closed by commit rLLD319371: Use llvm::StringSet instead of std::set. (authored by ruiu). · Explain WhyNov 29 2017, 2:22 PM Closed by commit rL319371: Use llvm::StringSet instead of std::set. (authored by ruiu). · Explain Why This revision was automatically updated to reflect the committed changes. This revision was automatically updated to reflect the committed changes.
Diff 124816 wasm/Config.h
|