chmp / serde_arrow

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

Use human_readble = false throughout all serializers, deserializers #204

Open chmp opened 1 month ago

chmp commented 1 month ago

At the moment, the flag is inconsistently set to false in some places. It defaults to true in Serde, but may lead to larger than required files.

What is the effect for commonly used packages?