mirror of
https://github.com/servo/servo
synced 2026-05-10 00:52:08 +02:00
All TElement's implement Copy, and are just pointers, so the double indirection is stupid. I'm going to try to see if removing this double-indirection fixes some selector-matching performance, and this is a trivial pre-requisite while I wait for Talos results.