Speed up &-ing multi-digit PyLongs with known single digit integers, e.g....
Speed up &-ing multi-digit PyLongs with known single digit integers, e.g. "bigx & 255" or "bigx & 1".
Showing
Please register or sign in to comment
Speed up &-ing multi-digit PyLongs with known single digit integers, e.g. "bigx & 255" or "bigx & 1".