jratcliff63367 / FastXOR

Implements a fast XOR routine. XORs 64 bits at a time when possible.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FastXOR

This project contains a code snippet for perform a fast block XOR routine. It includes a test app to verify that it works as expected.

About

Implements a fast XOR routine. XORs 64 bits at a time when possible.


Languages

Language:C++ 57.2%Language:CMake 30.5%Language:Shell 7.3%Language:Batchfile 5.0%