The id and class tables in RuleFeatureSet and RuleSet can get big. Let's try reducing their size by using RobinHoodHashMap.
<rdar://problem/105868369>
Pull request: https://github.com/WebKit/WebKit/pull/10635
This did not help memory usage.