[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 Sep 4 09:20:33 EDT 2012
[ https://issues.jboss.org/browse/JGRP-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bela Ban updated JGRP-1370:
---------------------------
Fix Version/s: 3.x
(was: 3.3)
> 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: 3.x
>
>
> 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