You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Julien Aymé (JIRA)" <ji...@apache.org> on 2013/08/01 12:25:48 UTC

[jira] [Created] (CASSANDRA-5837) [patch] improve performance of DecimalSerializer.serialize

Julien Aymé created CASSANDRA-5837:
--------------------------------------

             Summary: [patch] improve performance of DecimalSerializer.serialize
                 Key: CASSANDRA-5837
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-5837
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
    Affects Versions: 2.0 beta 2, 2.0 beta 1
            Reporter: Julien Aymé


DecimalSerializer.serialize creates a new byte array and copies byte per byte instead of doing a bulk copying.
This can lead to performance degradations when lots of calls are made.
Patch will follow

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira