RESOLVED FIXED 11377
swap(Vector, Vector) should be O(1) instead of O(n)
https://bugs.webkit.org/show_bug.cgi?id=11377
Summary swap(Vector, Vector) should be O(1) instead of O(n)
Darin Adler
Reported 2006-10-21 18:41:32 PDT
Vector needs to change so that swapping it is cheap.
Attachments
patch to specialize swap (3.24 KB, patch)
2006-10-21 18:42 PDT, Darin Adler
andersca: review+
Darin Adler
Comment 1 2006-10-21 18:42:50 PDT
Created attachment 11179 [details] patch to specialize swap
Anders Carlsson
Comment 2 2006-10-21 18:45:56 PDT
Comment on attachment 11179 [details] patch to specialize swap r=me
Darin Adler
Comment 3 2006-10-21 19:03:29 PDT
Committed revision 17200.
Note You need to log in before you can comment on or make changes to this bug.