Add a separate getbits function for getting a single bit
A length of 1 is by far the most common case, and having a special case for that is not only slightly faster but also reduces code size by a decent amount due to not having to pass a length argument every time.
parent
1a772e46
No related branches found
No related tags found
Loading
Please register or sign in to comment