[
https://issues.apache.org/jira/browse/CASSANDRA-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12964919#action_12964919
]
Eric Evans commented on CASSANDRA-1765:
---------------------------------------
So I went ahead and applied some of the remaining feedback from Scott Carey and
the results where very impressive.
https://gist.github.com/6be358038fce183911b5
Most of this came from the reuse of the Encoder (and backing outputstream), and
Decoder. I'm not entirely sure whether the datum reuse is valid, or
representative of Real World use (I think it is), but that contributed to less
than 100ms toward the deserialization improvements.
> Compare serialization metrics between a few frameworks.
> -------------------------------------------------------
>
> Key: CASSANDRA-1765
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1765
> Project: Cassandra
> Issue Type: Task
> Reporter: Gary Dusbabek
> Assignee: Gary Dusbabek
> Priority: Minor
> Fix For: 0.8
>
> Attachments:
> 0001-CASSANDRA-1765-allocate-memory-for-binary-deserializ.patch,
> 0001-inserts-codes-for-properly-calling-full-GC-into-Mess.patch,
> v1-0001-CASSANDRA-1765-create-reader-writer-once.txt,
> v1-0001-CASSANDRA-1765-don-t-ser-dser-schema-string.txt,
> v1-0001-IDL-and-RangeSliceCommand-alteration.txt,
> v1-0002-msgpack-dependencies.txt, v1-0003-serialization-tests.txt,
> v1-0004-jvm-warmup-and-other-improvements.-by-Muga-Nishizawa.txt,
> v2-0001-CASSANDRA-1765-create-reader-writer-once.txt,
> v2-0001-IDL-and-RangeSliceCommand-alteration.txt,
> v2-0002-msgpack-dependencies.txt, v2-0003-serialization-tests.txt,
> v2-0004-jvm-warmup-and-other-improvements.-by-Muga-Nishizawa.txt,
> v2-0005-don-t-bother-with-sending-schema-on-avro-tests.-patch-.txt,
> v2-0006-allocate-memory-more-efficently-for-msgpack.-patch-by-.txt
>
>
> Compare serialization performance of Cassandra (ICompactSerializer), Thrift,
> Avro and Messagepack.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.