Kriskras99 commented on code in PR #336: URL: https://github.com/apache/avro-rs/pull/336#discussion_r2522024590
########## avro/src/schema_equality.rs: ########## Review Comment: The first thing `self.compare` does is checking the name, so I think this optimization is unnecessary (it saves on a function call, but the function is in L1 cache so the impact should be minimal) -- 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]
