bitmask topic

List bitmask repositories

bitvec

72
Stars
7
Forks
Watchers

Bit vectors: 8x less memory, up to 3500x faster than Vector Bool

ecs

92
Stars
9
Forks
Watchers

Build your own Game-Engine based on the Entity Component System concept in Golang.

TeamReference

41
Stars
9
Forks
Watchers

Team reference for Competitive Programming. Algorithms implementations very used in the ACM-ICPC contests. Latex template to build your own team reference.

BitMask

30
Stars
5
Forks
Watchers

PHP library for working with bitmask

VirtualMemoryManagementSim

16
Stars
11
Forks
Watchers

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

16
Stars
1
Forks
Watchers

BitFlag.jl provides an Enum-like type for bit flag option values.