Benchmarks the two quadratic lookups replaced by parser-local Hash indexes in
RDoc::Parser::RBS:
- Looking up methods in a growing
Context#method_list. - Looking up attributes in a growing
Context#attributesarray.
The optimized parser keeps those ordered arrays unchanged. It builds one Hash per context from each authoritative array and updates the indexes as RBS members