You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned at #3445 (comment), we can make InlineFixedVector work on memory-only types such as CollectionElement. In the latest nightly tonight, InlineArray and Span have been relaxed to work on CollectionElement instead of CollectionElementNew, which should unblock this work.
The text was updated successfully, but these errors were encountered:
Isn't InlinedFixedVector deprecated? I know the behavior is slightly different from small buffer optimization, at least the one I implemented, but I'm not sure this behavior will be needed a lot once #2825 lands.
Isn't InlinedFixedVector deprecated? I know the behavior is slightly different from small buffer optimization, at least the one I implemented, but I'm not sure this behavior will be needed a lot once #2825 lands.
Yeah, but it's unclear how long it will be before we can land SBO, that's all.
As mentioned at #3445 (comment), we can make
InlineFixedVector
work on memory-only types such asCollectionElement
. In the latest nightly tonight,InlineArray
andSpan
have been relaxed to work onCollectionElement
instead ofCollectionElementNew
, which should unblock this work.The text was updated successfully, but these errors were encountered: