ScopeNameUsage merge dicts into a single big one
and change it to use a unordered_map because it uses less memory in this case and is faster (I assume because it does not have align the key value tuples) saves about 10% of peak memory on django
Showing
This diff is collapsed.
Please register or sign in to comment