rustdoc-search: fast path for 1-query unification
Short queries, in addition to being common, are also the base case for a lot of more complicated queries. We can avoid most of the backtracking data structures, and use simple recursive matching instead, by special casing them. Profile output: https://notriddle.com/rustdoc-html-demo-5/profile-3/index.html
M
Michael Howell committed
c76c2e71f01a61a9b11001b0dc3fe837975f41c0
Parent: 6d59452