Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bits-and-blooms/bitset
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.19.0
Choose a base ref
...
head repository: bits-and-blooms/bitset
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.20.0
Choose a head ref
  • 20 commits
  • 4 files changed
  • 2 contributors

Commits on Dec 13, 2024

  1. add tests before refactoring

    gaissmai committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    af759de View commit details
    Browse the repository at this point in the history
  2. simplify the code in NextSet

    gaissmai committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    e8b9a38 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8812901 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5619907 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2024

  1. Merge pull request #191 from gaissmai/fb-laymans

    simplify and harmonize NextSet and NextSetMany
    lemire authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    430f974 View commit details
    Browse the repository at this point in the history
  2. explain the slice expression

    gaissmai committed Dec 14, 2024
    Configuration menu
    Copy the full SHA
    e507c2b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #192 from gaissmai/fb-nextset

    explain the slice expression
    lemire authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    21c789b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84e6acf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #193 from gaissmai/kehrwoche

    README: remove go1.9 paragraph, typos and ...
    lemire authored Dec 14, 2024
    Configuration menu
    Copy the full SHA
    44761ea View commit details
    Browse the repository at this point in the history
  6. make constants untyped

    saves a lot of converting from/to uint/int
    gaissmai committed Dec 14, 2024
    Configuration menu
    Copy the full SHA
    f4c002c View commit details
    Browse the repository at this point in the history
  7. simplify code with wordMask

    since we have now wordMask = wordSize -1 we should use it,
    makes the code simpler to read
    gaissmai committed Dec 14, 2024
    Configuration menu
    Copy the full SHA
    f5240a8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c33ad75 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    411d4d5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dde4879 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    051d7b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2024

  1. typo

    gaissmai authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    cbfc1f7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #194 from gaissmai/harmony

    untyped constants, code and comment polishing
    lemire authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    def5da9 View commit details
    Browse the repository at this point in the history
  3. impl. AppendTo and AsSlice

    gaissmai committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    86a5c46 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #195 from gaissmai/fb-append

    impl. AppendTo and AsSlice
    lemire authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    d231880 View commit details
    Browse the repository at this point in the history
  5. added comments

    lemire committed Dec 16, 2024
    Configuration menu
    Copy the full SHA
    cc750a0 View commit details
    Browse the repository at this point in the history
Loading