This is an archive of the discontinued LLVM Phabricator instance.

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
need an sorted set.

Diff Detail

Repository
rL LLVM

Event Timeline

ruiu created this revision.Nov 28 2017, 2:07 PM
sbc100 accepted this revision.Nov 28 2017, 10:25 PM
This revision is now accepted and ready to land.Nov 28 2017, 10:25 PM
This revision was automatically updated to reflect the committed changes.
This revision was automatically updated to reflect the committed changes.