Bug 252883
| Summary: | use RobinHoodHashMap for large style rule tables | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Cameron McCormack (:heycam) <heycam> |
| Component: | CSS | Assignee: | Cameron McCormack (:heycam) <heycam> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Cameron McCormack (:heycam)
The id and class tables in RuleFeatureSet and RuleSet can get big. Let's try reducing their size by using RobinHoodHashMap.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/105868369>
Cameron McCormack (:heycam)
Pull request: https://github.com/WebKit/WebKit/pull/10635
Cameron McCormack (:heycam)
This did not help memory usage.