Optimize the common case of 1-byte reads for varints.
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>
Thu, 14 Nov 2013 15:56:42 +0000 (17:56 +0200)
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>
Thu, 14 Nov 2013 15:56:42 +0000 (17:56 +0200)
commiteff9e11150c0bfb6baf5d6bec2351034b72d95ed
treefac57595f904b8e5f5f01241911d25916e7c0293
parent5813144246f8f132f90bea117e578477914be0ea
Optimize the common case of 1-byte reads for varints.

For PB_BUFFER_ONLY configuration, this gives 20% speedup without
increasing code size.
pb_decode.c