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 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -