bitmask topic
bitvec
Bit vectors: 8x less memory, up to 3500x faster than Vector Bool
ecs
Build your own Game-Engine based on the Entity Component System concept in Golang.
TeamReference
Team reference for Competitive Programming. Algorithms implementations very used in the ACM-ICPC contests. Latex template to build your own team reference.
DSA-drill
VirtualMemoryManagementSim
A C-Program that simulates Virtual Memory Management based on a text file input of logical addresses which represents sequential instructions with address range 0 thru 2^16 - 1. See the Project Report...
BitFlags.jl
BitFlag.jl provides an Enum-like type for bit flag option values.