[ 
https://issues.apache.org/jira/browse/CASSANDRA-1864?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dave Brosius updated CASSANDRA-1864:
------------------------------------

    Attachment: box.diff

> [patch] fix wasteful use of boxing when not needed
> --------------------------------------------------
>
>                 Key: CASSANDRA-1864
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-1864
>             Project: Cassandra
>          Issue Type: Improvement
>            Reporter: Dave Brosius
>            Priority: Trivial
>         Attachments: box.diff
>
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> In places code uses valueOf and expects and int, and other places uses 
> parseInt and expects an Integer. This just wastes time, and potentially 
> creates more garbage for the gc to cleanup.
> fix.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to