[Webkit-unassigned] [Bug 224726] Make container naming a bit more consistent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 18 10:33:07 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=224726

--- Comment #4 from Darin Adler <darin at apple.com> ---
And like String, we may need a Buffer/VectorView so that all these functions that currently take Vector can also take any of the types of buffers (fixed vectors) that support pointer plus length since they use contiguous storage. That seems like an important optimized place far less generic than the containers algorithms, but more generic than literally taking Vector just for clarity that the size has to be passed!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210418/a5fcfd83/attachment.htm>


More information about the webkit-unassigned mailing list