netudima opened a new pull request, #3845: URL: https://github.com/apache/cassandra/pull/3845
Avoid unnecessary allocations in different places along write path - 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 Chris Lohfink, Michael Semb Wever 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: pr-unsubscr...@cassandra.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org For additional commands, e-mail: pr-h...@cassandra.apache.org