Chromium Code Reviews
DescriptionAdd ListQueue and make it the default Queue.
ListQueue has a very low overhead for operations (low memory overhead, better memory locality) compared to a double-linked list solution, but at the cost of only amortized constant time adding.
Committed: https://code.google.com/p/dart/source/detail?r=18309
Patch Set 1 #
Total comments: 16
Patch Set 2 : Addressed comments. #
Total comments: 2
Messages
Total messages: 7 (0 generated)
|
||||||||||||||||||||||||||||