memorysafety / zlib-rs

A safer zlib
zlib License
75 stars 6 forks source link

optimize read in `BitReader` #83

Closed folkertdev closed 2 months ago

folkertdev commented 2 months ago

the trick of this function is that the read can happen concurrently with the arithmetic below. That makes the read effectively free.