Used a packed format for serializing stats

Description

Currently CRuntimeStatisticCollection serializes num, kind and value as unpacked values. However many of them are likely to be much lower than the maximum values for the fields. Adding appendPacked()/readPacked() to jbuffer would allow the size of the serialized data to be shrunk.

Likely to be more significant as the number of stats being returned increases.

Conclusion

None

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Components

Assignee

Reporter

Priority

Compatibility

Minor

Fix versions

Pull Request URL

Created December 3, 2015 at 11:26 AM
Updated April 18, 2016 at 7:53 AM
Resolved April 18, 2016 at 7:53 AM