Thanks to visit codestin.com
Credit goes to github.com

Skip to content

stillwwater/csbitset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Bitset

A library for doing operations on 8, 16, 32, 64, 128 and 256 bit sets with a similar API to std::bitset from the C++ standard library. Unlike System.Collections.BitArray, bit sets do not heap allocate.

For sizes greater than 256 bits, the standard BitArray is likely better suited as copying larger bitset structs would become expensive.

About

C# bitset

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages