Dmitry Konstantinov created CASSANDRA-21289:
-----------------------------------------------

             Summary: Avoid capturing lambda allocation in 
UnfilteredSerializer.deserializeRowBody
                 Key: CASSANDRA-21289
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-21289
             Project: Apache Cassandra
          Issue Type: Improvement
          Components: Local/SSTable
            Reporter: Dmitry Konstantinov
         Attachments: image-2026-04-06-17-49-43-123.png

capturing lambda allocation for every row in 
UnfilteredSerializer.deserializeRowBody can be eliminated using the same 
approach as in 
org.apache.cassandra.db.rows.UnfilteredSerializer#serializeRowBody 
(CASSANDRA-21083)

it is responsible for 3.67% of allocations in the test shared in CASSANDRA-21285

 !image-2026-04-06-17-49-43-123.png|width=700! 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to