aboutsummaryrefslogtreecommitdiffstats
path: root/components/selectors/arcslice.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use dynamically-sized Arcs for Selector.Bobby Holley2017-06-051-326/+0
| | | | MozReview-Commit-ID: hq0jYrx8Sg
* Store selectors and combinators inline in a single sequence.Bobby Holley2017-04-201-0/+326
This improves cache locality and reduces allocations during parsing. Note that this reverses the iteration order within a sequence of simple selectors, but that shouldn't matter.