Skip to content

Commit

Permalink
SpdyPriorityTree efficiency improvements.
Browse files Browse the repository at this point in the history
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
bnc authored and Commit bot committed Sep 19, 2015
1 parent ff31dea commit e3aed74
Show file tree
Hide file tree
Showing 2 changed files with 229 additions and 246 deletions.
Loading

0 comments on commit e3aed74

Please sign in to comment.