Pre-intern name when searching module children
This avoids a good deal of work, since each module child can now just be compared via u32 comparison, rather than fetching the raw &str (requiring locking and indexing into the interner) and then comparing the two strings (also relatively expensive).
M
Mark Rousskov committed
07de7a4bf932a229f1a9116c80d9a859a6d4a9fc
Parent: ccbfe50