[webkit-reviews] review requested: [Bug 61025] Speed up SVGSMILElement::findInstanceTime : [Attachment 97430] Speed up SVGSMILElement::findInstanceTime

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 16 03:18:18 PDT 2011


Oliver Varga <Varga.Oliver at stud.u-szeged.hu> has asked	for review:
Bug 61025: Speed up SVGSMILElement::findInstanceTime
https://bugs.webkit.org/show_bug.cgi?id=61025

Attachment 97430: Speed up SVGSMILElement::findInstanceTime
https://bugs.webkit.org/attachment.cgi?id=97430&action=review

------- Additional Comments from Oliver Varga <Varga.Oliver at stud.u-szeged.hu>
Speed up SVGSMILElement::findInstanceTime because the previous searches from
the beginning was not efficient.
Replace the linear search to binary search on ordered list.


More information about the webkit-reviews mailing list