jesspav commented on PR #430: URL: https://github.com/apache/sedona-db/pull/430#issuecomment-3634170152
The current state of CRS: ``` LngLat: native-raster-rs_crs-Array(Raster(64, 64)) => time: [22.640 ms 22.726 ms 22.815 ms] native-raster-rs_srid-Array(Raster(64, 64)) => time: [22.817 ms 22.864 ms 22.912 ms] EPSG:3857 : native-raster-rs_crs-Array(Raster(64, 64)) => time: [40.386 ms 40.486 ms 40.583 ms] native-raster-rs_srid-Array(Raster(64, 64)) => time: [34.926 ms 35.034 ms 35.147 ms] ``` After the caching and a few more changes I have it down to: ```` LngLat: native-raster-rs_crs-Array(Raster(64, 64)) => time: [4.0605 ms 4.0707 ms 4.0813 ms] native-raster-rs_srid-Array(Raster(64, 64)) => time: [4.0278 ms 4.0364 ms 4.0451 ms] EPSG:3857 : native-raster-rs_crs-Array(Raster(64, 64)) => time: [4.1869 ms 4.1989 ms 4.2110 ms] native-raster-rs_srid-Array(Raster(64, 64)) => time: [4.1030 ms 4.1114 ms 4.1196 ms] ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
