protozero icon indicating copy to clipboard operation
protozero copied to clipboard

Optimize pbf_reader::get_packed_bool

Open joto opened this issue 10 years ago • 2 comments

pbf_reader::get_packed_bool() currently calls get_packed_int32(). But with a one-byte bool there will never be any endianness or alignment issues so we could optimize this case.

joto avatar Nov 11 '15 14:11 joto

Has this show up in profiling for you on certain types of messages @joto?

springmeyer avatar May 11 '16 19:05 springmeyer

No. This is more theoretical.

joto avatar May 11 '16 19:05 joto