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

uint: faster mul by u64 #125

Merged
merged 16 commits into from
May 7, 2019
Merged

uint: faster mul by u64 #125

merged 16 commits into from
May 7, 2019

Commits on Apr 16, 2019

  1. Configuration menu
    Copy the full SHA
    bdf3317 View commit details
    Browse the repository at this point in the history
  2. rustfmt

    ordian committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    8256014 View commit details
    Browse the repository at this point in the history
  3. add u256_rem_small

    ordian committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    726b7c6 View commit details
    Browse the repository at this point in the history
  4. add u512_rem_large bench

    ordian committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    e134a1b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    199f5e5 View commit details
    Browse the repository at this point in the history
  2. uint: add comparison with gmp

    ordian committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    16358fa View commit details
    Browse the repository at this point in the history
  3. uint: clean up benches

    ordian committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    4948b8c View commit details
    Browse the repository at this point in the history
  4. uint: fix windows ci

    ordian committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    8a27b33 View commit details
    Browse the repository at this point in the history
  5. uint: fix gmp conversions

    ordian committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    fe7c08a View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2019

  1. Configuration menu
    Copy the full SHA
    acbcfe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f2997c View commit details
    Browse the repository at this point in the history
  3. uint: fast path for mul by u64

    ordian committed Apr 30, 2019
    Configuration menu
    Copy the full SHA
    cdd017e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b3844e View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

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

Commits on May 6, 2019

  1. Merge branch 'master' into ao-are-you-ready-for-a-good-mul

    * master:
      Bump fixed-hash to 0.3.2 (#134)
      Use EntropyRng instead of OsRng (#130)
      Bump parity-crypto to 0.3.1 (#132)
      rust-crypto dependency removal (#85)
      Use newly stablized TryFrom trait for primitive-types (#127)
    ordian committed May 6, 2019
    Configuration menu
    Copy the full SHA
    f7c6964 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into ao-are-you-ready-for-a-good-mul

    * master:
      uint: convert benchmarks to criterion  (#123)
    ordian committed May 6, 2019
    Configuration menu
    Copy the full SHA
    6083084 View commit details
    Browse the repository at this point in the history