-
-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Speed up geometry output functions as text #523
Conversation
Looks OK to me. No issues in regression suite? Pretty amazing. |
There are some minor changes (86772b0) but I've tried to match the output as closely as possible to reduce friction. I'm going to test a couple of ideas to see if I improve things around the code introduced and merge soon ™️ |
Ryu introduced in 04f93f1, I'll add other PR's / commits with other improvements (stringbuffers, geojson, and so on). |
This PR introduces Ryu to print doubles as proposed in https://trac.osgeo.org/postgis/ticket/4543
The changes include (I plan to push them in different commits once accepted):
Pending: Updated benchmark comparison of the affected functions (ST_AsText, ST_AsGeoJSON, etc).