commit | f19710dea7bee66cc72dbe39fc452732bf2494b8 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Thu May 28 09:14:00 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Thu May 28 09:14:00 2009 -0700 |
tree | 35933b5a739ef83297b68642f6caca2b6fe3d282 | |
parent | abd1a7cdf24b6dab7af9212d1d2a478de4789791 [diff] |
Use a HashSet for the active tasks, rather than a List We add and remove frequently, usually on a small number of items, the set should tend to perform better in terms of avoiding moving around the other active items in the list. Signed-off-by: Shawn O. Pearce <sop@google.com>