Improve `require` performance, particularly on systems with a lot of gems installed by pocke · Pull Request #4951 · rubygems/rubygems

This patch improves the performance of Specification#missing_extensions? method. What was the end-user or developer problem that led to this PR? missing_extensions? is slow, because it calls defaul...