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: ryanhaining/cppitertools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ryanhaining/cppitertools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: honox-shuffled
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 4 files changed
  • 2 contributors

Commits on May 11, 2016

  1. ENH: shuffled released

    hoxnox committed May 11, 2016
    Configuration menu
    Copy the full SHA
    7447950 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. Configuration menu
    Copy the full SHA
    4ffacb1 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2016

  1. Configuration menu
    Copy the full SHA
    2dffbd9 View commit details
    Browse the repository at this point in the history
  2. FIX: shuffled: efficiency improvements

    1. There was a bug. When we approximate, for example 10 with power of
    two - we got 16 (2^4). So register size must be 4. But instead register
    if size 5 was used. It's not efficient.
    
    2. Even we have efficient std::distance and operator+(int n) functions
    dumb_advanced and dumb_size doesn't uses them, so they was replaced with
    std::advance and std::distance accordingly
    hoxnox committed May 18, 2016
    Configuration menu
    Copy the full SHA
    56e3045 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b11d7c View commit details
    Browse the repository at this point in the history

Commits on May 21, 2016

  1. Configuration menu
    Copy the full SHA
    5350694 View commit details
    Browse the repository at this point in the history
  2. Stores reference or moved copy of container. +more

    A bunch of other minor changes.
    ryanhaining committed May 21, 2016
    Configuration menu
    Copy the full SHA
    d6501b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2016

  1. making git happy

    ryanhaining committed Jun 25, 2016
    Configuration menu
    Copy the full SHA
    01ca542 View commit details
    Browse the repository at this point in the history
Loading