I don't see the XOR bitwise operation implemented in
SQLite. Is there a technical reason for this?

I can implement my own, or use a sequence of existing
bitwise operations like (~(a&b))&(a|b), but neither
option sounds as efficient a native opcode in the
virtual machine.

I expect to do tens of millions of these operations
per run of a program, and want to get as much speed
out of it as possible.

-Michal

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to