chmp / serde_arrow

Convert sequences of Rust objects to Arrow tables
MIT License
60 stars 17 forks source link

Use `size_hints` when building arrays #157

Open chmp opened 5 months ago

chmp commented 5 months ago

The builders currently simply allocate a buffer, even though the number of elements should be known up front in most cases.

Plan: