File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Revision history for contiguous
22
3+ ## 0.6.5.0 -- 2025-04-07
4+
5+ * Implement Contiguous and ContiguousU for SmallUnliftedArray
6+ * Re-export Small(Mutable)UnliftedArray from Data.Primitive.Contiguous
7+ * Use functions from newer primitive and primitive-unlifted. The implementation
8+ of UnliftedArray in primitive-unlifted-2.1 penalizes the creation of an
9+ uninitialized unlifted array. When shrinking and resizing unlifted arrays,
10+ there are primitives that we can use to avoid this.
11+
312## 0.6.4.2 -- 2024-02-06
413
514* Restore support for versions of base that do not export ` liftA2 `
Original file line number Diff line number Diff line change 11cabal-version : 2.4
22name : contiguous
3- version : 0.6.4.2
3+ version : 0.6.5.0
44homepage : https://github.com/byteverse/contiguous
55bug-reports : https://github.com/byteverse/contiguous/issues
66author : Andrew Martin
You can’t perform that action at this time.
0 commit comments