This is an automated email from the ASF dual-hosted git repository.

paleolimbot pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/sedona-db.git


    from a96de115 docs: add separate pages for ST_Area() and ST_AsBinary() 
(#457)
     add ea4ed976 perf(rust/sedona-schema): Improve performance of 
`deserialize_crs()` (#446)

No new revisions were added by this update.

Summary of changes:
 Cargo.lock                                   |   2 +
 c/sedona-proj/src/sd_order_lnglat.rs         |   4 +-
 c/sedona-proj/src/st_transform.rs            |   6 +-
 rust/sedona-functions/src/st_setsrid.rs      |   4 +-
 rust/sedona-functions/src/st_srid.rs         |  13 +-
 rust/sedona-schema/Cargo.toml                |   8 ++
 rust/sedona-schema/benches/crs_benchmarks.rs |  47 ++++++
 rust/sedona-schema/src/crs.rs                | 205 +++++++++++++++++----------
 rust/sedona-schema/src/datatypes.rs          |  14 +-
 9 files changed, 202 insertions(+), 101 deletions(-)
 create mode 100644 rust/sedona-schema/benches/crs_benchmarks.rs

Reply via email to