Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to using bitset2. #549

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Switch to using bitset2. #549

wants to merge 2 commits into from

Commits on Dec 27, 2022

  1. Switch to using bitset2.

    This doesn't make a difference at this stage, but is a precursor to some other changes intended to generally improve memory consumption.  Most importantly bitset2 has one very important new function - `find_first`.  It isn't quite as efficient as my method was (see Hacker's Delight, ISBN  9780201914658).
    Y_Less committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    4c48ca5 View commit details
    Browse the repository at this point in the history
  2. Exclude libraries that need exceptions when they are disabled.

    This compiled on Windows because the code wasn't used, but failed on Linux because it was checked anyway.
    Y_Less committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    4cceadb View commit details
    Browse the repository at this point in the history