Loading... (original) (raw)

Use hash table/oops for MemberName table

The current implementation based on growable array and jweaks, suffers from performance issues that were subjects to several efforts covered by the related issues.

Re-implementing the MemberName table using hash tables/oops, just like StringTable, should solve the issues.