Skip to content

Library for working with an array of binary values while minimising wasting space

Notifications You must be signed in to change notification settings

andrey-gvrd/bit_array

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This library allows to save an array of binary values in the most efficient way possible using macros on a conventional array of a known type.

Use the array type appropriate for your system for optimal performace, or use a byte-sized type for minimising wasted space.

The whole library is a bunch of macros in 'src/bit_array.h'. Example of using it is in 'examples/'.

About

Library for working with an array of binary values while minimising wasting space

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published