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

Use functions from newer primitive and primitive-unlifted #63

Merged
merged 11 commits into from
May 9, 2024

Commits on Apr 24, 2024

  1. Use functions from newer primitive and primitive-unlifted

    The implementation UnliftedArray in primitive-unlifted-2.1
    penalizes the creation of an uninitialized unlifted array. When
    shrinking and resizing unlifted arrays, there are primitives that
    we can use to avoid this.
    
    Also, primitive itself now has shims for common operations on
    PrimArray, so this commit also cleans up the Shim module.
    andrewthad committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8064146 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Update src/Data/Primitive/Contiguous/Class.hs

    Co-authored-by: Dave Barton <[email protected]>
    andrewthad and DaveBarton authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    ae9cc11 View commit details
    Browse the repository at this point in the history
  2. Update src/Data/Primitive/Contiguous/Class.hs

    Co-authored-by: Dave Barton <[email protected]>
    andrewthad and DaveBarton authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2569284 View commit details
    Browse the repository at this point in the history
  3. Update src/Data/Primitive/Contiguous/Class.hs

    Co-authored-by: Dave Barton <[email protected]>
    andrewthad and DaveBarton authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    5ea2ed0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95e48d0 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Update src/Data/Primitive/Contiguous/Class.hs

    Co-authored-by: Dave Barton <[email protected]>
    andrewthad and DaveBarton authored May 7, 2024
    Configuration menu
    Copy the full SHA
    6c4e8a5 View commit details
    Browse the repository at this point in the history
  2. Update src/Data/Primitive/Contiguous/Class.hs

    Co-authored-by: Dave Barton <[email protected]>
    andrewthad and DaveBarton authored May 7, 2024
    Configuration menu
    Copy the full SHA
    709735d View commit details
    Browse the repository at this point in the history
  3. Update src/Data/Primitive/Contiguous/Class.hs

    Co-authored-by: Dave Barton <[email protected]>
    andrewthad and DaveBarton authored May 7, 2024
    Configuration menu
    Copy the full SHA
    08eebb6 View commit details
    Browse the repository at this point in the history
  4. Update src/Data/Primitive/Contiguous/Shim.hs

    Co-authored-by: Dave Barton <[email protected]>
    andrewthad and DaveBarton authored May 7, 2024
    Configuration menu
    Copy the full SHA
    a8b1607 View commit details
    Browse the repository at this point in the history
  5. Update src/Data/Primitive/Contiguous/Shim.hs

    Co-authored-by: Dave Barton <[email protected]>
    andrewthad and DaveBarton authored May 7, 2024
    Configuration menu
    Copy the full SHA
    3e43cce View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

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