Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 172 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 172 Bytes

Bitmap Set

A basic set implementation which currently only has add/remove/is_element_of functions. The set uses one big bitmap constructed of an array of unsigned ints.