Skip to content

A faster bitset implementation than gcc's std::bitset

Notifications You must be signed in to change notification settings

danielrayali/BitSet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This has only been tested on Ubuntu Linux using Intel i5 Quad-Core @ 3.20GHz, 12GiB memory.

Building

  • $ mkdir build
  • $ cd build
  • $ cmake ..
  • $ make

License

Similar to zlib license. Check bitset.h for license information.

Bugs

This was merly a thought excercise and I'm new to performance critical code, so if I have missed something or there are bugs, please let me know.

About

A faster bitset implementation than gcc's std::bitset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published