Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SpdyPriorityTree efficiency improvements.
Modify SpdyPriorityTree nodes to hold direct pointers to one another, rather than NodeIds that must each be resolved via map lookup during tree traversal. Also miscellaneous minor code cleanup to remove redundant lookups. This CL lands server change 103232304 by mpw. BUG=500673 Review URL: https://codereview.chromium.org/1352253002 Cr-Commit-Position: refs/heads/master@{#349822}
- Loading branch information