netudima opened a new pull request, #3761: URL: https://github.com/apache/cassandra/pull/3761
Avoid unnecessary allocations in different places along write path, such as: - avoid iterator allocations if possible - handle typical cases (such as a single row, single table writes) more efficiently - add fast paths for typical scenarios (like pending ranges is empty) - memorize things which can be computed once Patch by Dmitry Konstantinov; reviewed by TBD for CASSANDRA-20167 -- 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]

