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

speed up mem::swap #40454

Merged
merged 16 commits into from
Jun 11, 2017
Merged

speed up mem::swap #40454

merged 16 commits into from
Jun 11, 2017

Commits on Mar 12, 2017

  1. speed up mem::swap

    djzin committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    4bcfbc3 View commit details
    Browse the repository at this point in the history
  2. avoid recursion

    djzin committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    85049e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5702f43 View commit details
    Browse the repository at this point in the history
  4. fix typo

    djzin committed Mar 12, 2017
    Configuration menu
    Copy the full SHA
    d1fec0d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. add SWAP_BLOCK_SIZE constant

    djzin committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    1daf589 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. use simd blocks

    djzin committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    2816998 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2017

  1. change wording

    djzin committed Apr 24, 2017
    Configuration menu
    Copy the full SHA
    c6ca81a View commit details
    Browse the repository at this point in the history

Commits on May 7, 2017

  1. Configuration menu
    Copy the full SHA
    165f366 View commit details
    Browse the repository at this point in the history
  2. improve wording

    djzin committed May 7, 2017
    Configuration menu
    Copy the full SHA
    ca2fa97 View commit details
    Browse the repository at this point in the history
  3. fix nit

    djzin committed May 7, 2017
    Configuration menu
    Copy the full SHA
    fcc970a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2017

  1. Configuration menu
    Copy the full SHA
    c6307a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7475135 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4d3f53 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2017

  1. Configuration menu
    Copy the full SHA
    8a973df View commit details
    Browse the repository at this point in the history
  2. restore old behaviour

    djzin committed May 28, 2017
    Configuration menu
    Copy the full SHA
    b795b7b View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2017

  1. hack around bug in emscripten

    djzin committed Jun 9, 2017
    Configuration menu
    Copy the full SHA
    83f1f11 View commit details
    Browse the repository at this point in the history