A data type similar to ByteBuffer, but can read/write bits as well as bytes to improve throughput and allow for optional compression.
-
Updated
Feb 3, 2019 - Java
A data type similar to ByteBuffer, but can read/write bits as well as bytes to improve throughput and allow for optional compression.
BitSet implementation.
Bitboard checkers project for CS 3503
The calculator accepts expressions with the bitwise AND(&) and XOR(^) operators, as well as parentheses. (Single digit numbers only)
Another Chip-8 emulator. Building it to learn more about Java and general emulation.
Add a description, image, and links to the bitwise-arithmetic topic page so that developers can more easily learn about it.
To associate your repository with the bitwise-arithmetic topic, visit your repo's landing page and select "manage topics."