RESOLVED FIXED 17496
make Deque use a circular array; add iterators
https://bugs.webkit.org/show_bug.cgi?id=17496
Summary make Deque use a circular array; add iterators
Darin Adler
Reported 2008-02-23 00:54:57 PST
To make Deque a little more generally useful, we should make a version that uses a circular array and add iterators.
Attachments
patch (26.27 KB, patch)
2008-02-23 00:58 PST, Darin Adler
andersca: review+
Darin Adler
Comment 1 2008-02-23 00:58:26 PST
Anders Carlsson
Comment 2 2008-02-23 14:45:21 PST
Comment on attachment 19289 [details] patch Looks great, r=me
Darin Adler
Comment 3 2008-02-23 21:19:37 PST
Committed revision 30538.
Note You need to log in before you can comment on or make changes to this bug.