nitsanw cassandra_src all time


 2 Collaborator
Jake Luciani , Nitsan Wakart

 1 Patch
5477083a2f087758034703674c49e8012f295c42

5477083a2f087758034703674c49e8012f295c42 | Author: nitsanw <nitsanw@yahoo.com>
 | 2016-03-24 10:54:14+02:00

    Eliminate repeated allocation of Pair for default case
    Replace Objects.hashcode with handrolled to avoid allocation
    Eliminate allocations of byte array for UTF8 String serializations
    
    Patch by Nitsan Wakart; reviewed by tjake for CASSANDRA-11428