[jboss-jira] [JBoss JIRA] (JGRP-1370) Use variable-length encoding for primitive data types int, long, short
Bela Ban (JIRA)
jira-events at lists.jboss.org
Tue Aug 27 06:28:26 EDT 2013
[ https://issues.jboss.org/browse/JGRP-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12799464#comment-12799464 ]
Bela Ban commented on JGRP-1370:
--------------------------------
More links:
* http://svn.apache.org/repos/asf/mahout/trunk/core/src/main/java/org/apache/mahout/math/Varint.java
* https://developers.google.com/protocol-buffers/docs/encoding?csw=1
> Use variable-length encoding for primitive data types int, long, short
> ----------------------------------------------------------------------
>
> Key: JGRP-1370
> URL: https://issues.jboss.org/browse/JGRP-1370
> Project: JGroups
> Issue Type: Enhancement
> Reporter: Bela Ban
> Assignee: Bela Ban
> Fix For: Future
>
>
> Use variable-length encoding [1], to compress data on the wire even more. We currently compress longs and long ranges, but prefix them with a length byte. Using variable-length encoding, we can save that byte for most values.
> [1] http://lucene.apache.org/java/2_4_0/fileformats.html#VInt
--
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
More information about the jboss-jira
mailing list