(no title)
jb55 | 7 months ago
If a simple bitset like this exists in a library somewhere I would love to see where! Most implementations I've seen over-complicate it for simple use cases like this.
jb55 | 7 months ago
If a simple bitset like this exists in a library somewhere I would love to see where! Most implementations I've seen over-complicate it for simple use cases like this.
sumtechguy|7 months ago
Bunches of bit twiddling things people like to do in different places for either speed/space.
jb55|7 months ago
I am aware of the bithacks page, but I just found encoding the bit coordinate in the ID itself so clever.
dooglius|7 months ago