Skip to content

Replace BufferBuilder<u8> with Vec<u8>  #13867

Description

@jayzhan211

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

  1. Replace with Vec<u8>
  2. 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions