geoarrow-rs
geoarrow-rs copied to clipboard
Remove `Cow` on scalars
We need the Owned* scalars without lifetime generics anyways for the bindings, and so we don't need the overhead of having a Cow on each scalar part. Would be interesting to see if this improves benchmarks
Also need to check #[allow(clippy::large_enum_variant)] on OwnedGeometry