DescriptionFor comparison, add std::vector.
Where I've tested, it's second-place to SkTDArray, though the closest API equivalent in our code is SkTArray, which it's significantly faster than. This is probably a good approximation to how fast we can possibly make something like SkTArray that constructs and destroys its values. In fact, it might be worth trying making SkTArray a thin shim over std::vector.
BUG=
Committed: http://code.google.com/p/skia/source/detail?r=12969
Patch Set 1 #Patch Set 2 : Try again, disabling exceptions in window stdlib #Patch Set 3 : add _STATIC_CPPLIB #Patch Set 4 : undeprecate #
Messages
Total messages: 7 (0 generated)
|