serde_arrow
serde_arrow copied to clipboard
Use `size_hints` when building arrays
The builders currently simply allocate a buffer, even though the number of elements should be known up front in most cases.
Plan:
- Add a
reservemethod to the builders - Call reserve for each sequence start