Kontinuation opened a new issue, #2176: URL: https://github.com/apache/sedona/issues/2176
GeoParquet does not configure the byte order of JTS's WKBWriter explicitly when writing WKBs. The default byte order is big-endian. This introduces the overhead of byte-swapping when parsing such WKBs on today's most commonly used processors. The overhead does not exhibit when using JTS's WKBReader, but may occur when using other libraries focusing on performance. We should write WKBs in the native byte order of the system. This will produce little-endian WKBs for most of the time, and the performance of decoding WKBs might be better when decoding on the same system, and even when transmitted to other most commonly used systems. -- 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]
