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
Maybe we can do it as a few PRs (for example, start with ArrowBytesMap) -- that will be faster to review and will ensure once we have the pattern we can easily apply it to the other structures
Is your feature request related to a problem or challenge?
The functionality we need from
BufferBuilder<u8>
can be handled byVec<u8>
. Switching to Vec will simplify things, and maybe faster (?ArrowBytesMap
ByteGroupValueBuilder
Describe the solution you'd like
Vec<u8>
No response
Describe alternatives you've considered
No response
Additional context
Performance should not downgrade.
Suggested by apache/arrow-rs#6909 (comment)
The text was updated successfully, but these errors were encountered: