You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Breaking
Changed how Bitmap states are used and parsed. Check the demo code in the README.
Replaced isSet of Bitmap with has as they have the same logic.
Adjusted Bitmap logic to completely remove inconsistencies of arguments being either bit positions or powers of 2. Now almost all functions only accept powers of 2.
Changed
Improved performance of ComposedNumber.
Add abstract class BitHandler to unify bit sequence handler classes and help templating them.
Adds createBitmapStates helper function to easily create Bitmap states.
Adjust types and documentation
Extend class Bitmap with additional functionality. (#13) by @ElPrudi