geoarrow / geoarrow-rs

GeoArrow in Rust, Python, and JavaScript (WebAssembly) with vectorized geometry operations
http://geoarrow.org/geoarrow-rs/
Apache License 2.0
257 stars 17 forks source link

Clone-on-write for affine transformations #144

Closed kylebarron closed 11 months ago

kylebarron commented 1 year ago

Since affine transformations don't change the size of the arrays, they're great candidates for COW

kylebarron commented 11 months ago

closing as duplicate of https://github.com/geoarrow/geoarrow-rs/issues/64