the question is:
is there a python wrapper over a c/c++ library to manipulate bits on a lower lever ? (like BitMagic)
The main purpose is to search for a bit wildcard (smth like: 0b11**0110**101*11, where * - is an insignificant bit). wildcard is not byte aligned (i mean i might be 10 bits or 13 bits length or evn more)
do not want to create a bicycle (using a State machine and so on...)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||||||||
|