Skip to content

syntion/bitter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bitter Bit Manipulation Library

bitter eases working with low level legacy code, where people tend to use most cryptic and often not very efficient bit operations.

When to use bitter

C++11 provides std::bitset, which brings a nice interface for frequent operations like setting, resetting and testing of bits. So, if you have an option, use std::bitset always, but if you work on C or legacy code you might consider using bitter. Besides, with bitter you can arbitrarily mix integral and std::bitset types.

Licensing

Copyright (c) 2012, Sebastian Jeltsch (sjeltsch@kip.uni-heidelberg.de)

Distributed under the terms of the GPLv2 or newer

About

The bitter bit modification library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 50.3%
  • C 38.2%
  • Python 9.8%
  • Objective-C 1.7%