-
Notifications
You must be signed in to change notification settings - Fork 9
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
Commits on Apr 24, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 8064146 - Browse repository at this point
Copy the full SHA 8064146View commit details
Commits on Apr 25, 2024
-
Update src/Data/Primitive/Contiguous/Class.hs
Co-authored-by: Dave Barton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ae9cc11 - Browse repository at this point
Copy the full SHA ae9cc11View commit details -
Update src/Data/Primitive/Contiguous/Class.hs
Co-authored-by: Dave Barton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2569284 - Browse repository at this point
Copy the full SHA 2569284View commit details -
Update src/Data/Primitive/Contiguous/Class.hs
Co-authored-by: Dave Barton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ea2ed0 - Browse repository at this point
Copy the full SHA 5ea2ed0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95e48d0 - Browse repository at this point
Copy the full SHA 95e48d0View commit details
Commits on May 7, 2024
-
Update src/Data/Primitive/Contiguous/Class.hs
Co-authored-by: Dave Barton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c4e8a5 - Browse repository at this point
Copy the full SHA 6c4e8a5View commit details -
Update src/Data/Primitive/Contiguous/Class.hs
Co-authored-by: Dave Barton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 709735d - Browse repository at this point
Copy the full SHA 709735dView commit details -
Update src/Data/Primitive/Contiguous/Class.hs
Co-authored-by: Dave Barton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 08eebb6 - Browse repository at this point
Copy the full SHA 08eebb6View commit details -
Update src/Data/Primitive/Contiguous/Shim.hs
Co-authored-by: Dave Barton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8b1607 - Browse repository at this point
Copy the full SHA a8b1607View commit details -
Update src/Data/Primitive/Contiguous/Shim.hs
Co-authored-by: Dave Barton <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e43cce - Browse repository at this point
Copy the full SHA 3e43cceView commit details
Commits on May 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 546847a - Browse repository at this point
Copy the full SHA 546847aView commit details