Is your feature request related to a problem or challenge?
The functionality we need from BufferBuilder<u8> can be handled by Vec<u8>. Switching to Vec will simplify things, and maybe faster (?
ArrowBytesMap
ByteGroupValueBuilder
- regex replace
Describe the solution you'd like
- Replace with
Vec<u8>
- Run the benchmark to see the performance impact
No response
Describe alternatives you've considered
No response
Additional context
Performance should not downgrade.
Suggested by apache/arrow-rs#6909 (comment)
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 (?ArrowBytesMapByteGroupValueBuilderDescribe 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)