Python wrapper over c/c++ library to manipulate bits and wildcards -


the question is: there python wrapper on c/c++ library manipulate bits on lower lever ? (like bitmagic) main purpose search bit wildcard (smth like: 0b11**0110**101*11, * - insignificant bit). wildcard not byte aligned (i mean might 10 bits or 13 bits length or evn more) not want create bicycle (using state machine , on...)


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

java - where to store the user credentials in an enterprise application(EAI)? -

openxml - Programmatically format a date in an excel sheet using Office Open Xml SDK -