Dear Wiki user, You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.
The following page has been changed by NoblePaul: http://wiki.apache.org/thrift/New_compact_binary_protocol ------------------------------------------------------------------------------ == Implementation suggestions == === Encode i16, i32 and i64 types saved as variable size integers === - ||'''Suggestion'''||'''Pros'''||'''Cons'''|| + ||'''Suggestion''' || '''Pros''' || '''Cons'''|| ||ZIP encoding (variable length encoding) for only positive values|| save a max of 3 bytes for small ints ||user has to specify the new type|| ||Base 128 + zigzag, borrow from protocol buffers?|| ||user has to specify whether zigzag needs to be used for efficiency||
