rustyconover opened a new pull request, #8134: URL: https://github.com/apache/iceberg/pull/8134
To speed up Avro parsing and decoding, this is a BinaryEncoder implementation that uses Cython. It conforms to the same objects as the existing BinaryDecoder. It decreases the parse time on my single test file from ~8.2 seconds to 0.74 seconds, a 91% decrease. It makes the decoding of Dict[Int,Int] lazy meaning the dictionary isn't made into Python hash until the hash is accessed. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
