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

replace splat with Tuple #513

Merged
merged 7 commits into from
Jan 22, 2024
Merged

replace splat with Tuple #513

merged 7 commits into from
Jan 22, 2024

Commits on Nov 26, 2023

  1. replace splat with Tuple

    wheeheee committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    1425e0d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. use sum, replace manual loop unrolling

    benchmarked to be faster on julia 1.9.4
    wheeheee committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    b7b100a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. zeros(Int, N)

    Co-authored-by: Martin Holters <[email protected]>
    wheeheee and martinholters authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c13663a View commit details
    Browse the repository at this point in the history
  2. remove let block

    Co-authored-by: Martin Holters <[email protected]>
    wheeheee and martinholters authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a884537 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. NTuple, fill!, copyto!

    Co-authored-by: Martin Holters <[email protected]>
    
    NTuple (2)
    
    Co-authored-by: Martin Holters <[email protected]>
    
    NTuple (3)
    
    Co-authored-by: Martin Holters <[email protected]>
    
    copyto! (1)
    
    Co-authored-by: Martin Holters <[email protected]>
    
    NTuple (4)
    
    Co-authored-by: Martin Holters <[email protected]>
    
    NTuple (5)
    
    Co-authored-by: Martin Holters <[email protected]>
    
    fill! (1)
    
    Co-authored-by: Martin Holters <[email protected]>
    
    fill! (2)
    
    Co-authored-by: Martin Holters <[email protected]>
    wheeheee and martinholters committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ff57c22 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary @inline

    wheeheee committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b5d5f4e View commit details
    Browse the repository at this point in the history
  3. NTuple{N,UnitRange{Int}}(border_range)

    Co-authored-by: Martin Holters <[email protected]>
    wheeheee and martinholters committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    32a8298 View commit details
    Browse the repository at this point in the history