Skip to content

tigert1998/dynamic_bitset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynamic_bitset

bitset in C++'s standard template library doesn't support operations like resize though it's easy to implement.

And this flaw has brought many disadvantages in efficiency.

Therefore I wrote the toy dynamic_bitset(just for fun actually).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages