commit | 36d629cb3ac7d497f403dc98236ccb750db5f5bd | [log] [tgz] |
---|---|---|
author | martin <none@none> | Wed Nov 04 15:22:30 2009 -0800 |
committer | martin <none@none> | Wed Nov 04 15:22:30 2009 -0800 |
tree | aee6d97f6e157d1b4c7a4443a018c4eea0c5b464 | |
parent | 6554bc4d32a19e7c4865494169403a83b64bff29 [diff] |
6897993: (se) Close or cancel performance issue when number of pending updates is high (lnx) Summary: Use O(1) Iterator instead of O(N) operations on LinkedList updateList Reviewed-by: alanb Contributed-by: Igor Chernyshev <igorc@google.com>