Optimize outline view by storing nodes by value instead of as a pointer

Authored by arichardson on Apr 29 2015, 7:26 PM.

Description

Optimize outline view by storing nodes by value instead of as a pointer

We now use std::vector as well so there is no more implicit sharing.
Storing by value in the vector and then comparing pointers only works
because we never resize/reorder any of the vectors after the initial
creation.

REVIEW: 123562

Details

Committed
arichardsonApr 29 2015, 8:12 PM
Parents
R32:5bef21f0d2fc: Coding style fixes for outline view
Branches
Unknown
Tags
Unknown