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: JuliaLang/Microbenchmarks.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: LKedward/Microbenchmarks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fortran-parse-int
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 8, 2020

  1. Add: Fortran hex_string subroutine

    Replaces an inefficient internal write statement that was skewing the parse_int benchmark results.
    LKedward committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    d769997 View commit details
    Browse the repository at this point in the history
  2. Update: Fortran parse_int with static table

    Replaces inefficient branching logic with a static lookup table.
    LKedward committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    7f36466 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Revert "Update: Fortran parse_int with static table"

    This reverts commit 7f36466.
    LKedward committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    a393f0e View commit details
    Browse the repository at this point in the history
  2. Remove magic numbers from fortran hex_string routine.

    Use explicit reference to character codes instead of
    hard-coded values.
    LKedward committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    7e011d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4454e0f View commit details
    Browse the repository at this point in the history
Loading