noun
bit operation; bitwise operation
Computing term for operations that manipulate individual bits within binary representations, such as AND, OR, XOR, and shifts.
ビット演算を使うと、特定のビットだけを反転できる。
Using bit operations, you can flip only specific bits.
This program is sped up using bitwise operations.