Kontinuation commented on issue #461: URL: https://github.com/apache/sedona-db/issues/461#issuecomment-3659379190
This is definitely worth trying. We had [`wkb_to_geos.rs`](https://github.com/apache/sedona-db/blob/e2696bab9758018777249175558a7a89f0bbf145/c/sedona-geos/src/wkb_to_geos.rs) and it has been [proved to be faster](https://github.com/wherobots/wkb/pull/2) than `new_from_wkb`. Based on this, it is highly likely that reimplementing the reverse path using a similar custom approach will yield notable performance improvements. -- 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]
