aboutsummaryrefslogtreecommitdiff
path: root/src/Data/Array/XArray.hs
Commit message (Collapse)AuthorAge
* Don't force the list argument early in X.fromList*, if possiblenon-forcing-fromListsMikolaj Konarski13 hours
| | | | TODO: do the same in orthotope to make the fix in fromListOuter work.
* README: Document array buffer sharing policyTom Smeding37 hours
|
* XArray: Further optimise toListOuterTom Smeding38 hours
| | | | Again, thanks Mikolaj
* XArray: Optimise toListOuterTom Smeding43 hours
| | | | Thanks Mikolaj!
* Compatibility with GHC 9.6Tom Smeding2025-10-02
|
* Flip some index/shape-related functionsTom Smeding2025-06-29
| | | | | This ensures that the argument order consistently puts the main thing being operated on at the end, and supporting singletons at the start.
* Run stylish-haskellMikolaj Konarski2025-05-17
|
* Merge both Lemmas modulesMikolaj Konarski2025-05-17
|
* Move modules Permutation and TypesMikolaj Konarski2025-05-16
|
* Shape/index function renameTom Smeding2025-05-16
|
* Move Data.Array.Arith to Data.Array.Strided.OrthotopeTom Smeding2025-05-15
|
* Move Arith, XArray and ConvertMikolaj Konarski2025-05-14