Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
Description
As discussed in CASSANDRA-6694, to reduce temporary garbage generation we should minimise the incidence of CellName component extraction. The biggest win will be to perform comparisons on Cell where possible, instead of CellName, so that Native*Cell can use its extra information to avoid creating any ByteBuffer objects
Attachments
Attachments
Issue Links
- is related to
-
CASSANDRA-6934 Optimise Byte + CellName comparisons
- Resolved
-
CASSANDRA-7736 Clean-up, justify (and reduce) each use of @Inline
- Resolved
- supercedes
-
CASSANDRA-6697 Refactor Cell and CellName ByteBuffer accessors to avoid garbage allocation where possible
- Resolved