Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Benchmark with haskell num ops via mutable vectorsexper-hs-numops | Tom Smeding | 2024-05-26 |
| | | | | | | | | | Conclusions: - orthotope zipWith (+) -> zipWithT: 26.9 ms ± 1.6 ms - Data.Vector.Storable.zipWith (+): 10.1 ms ± 945 μs - hsaddDoubleVV (this commit): 1.52 ms ± 49 μs - cbits/arith.c: 1.29 ms ± 116 μs - hmatrix: 1.25 ms ± 49 μs | ||
* | Fast Fractional ops via C code | Tom Smeding | 2024-05-26 |
| | |||
* | Refactor C interface to pass operation as enum | Tom Smeding | 2024-05-26 |
| | | | | | This is hmatrix style, less proliferation of functions as the number of ops increases | ||
* | Bugfix in wrapper for C reduce op | Tom Smeding | 2024-05-23 |
| | |||
* | Fast sum | Tom Smeding | 2024-05-23 |
| | | | | Also fast product, but that's currently unused | ||
* | Fast numeric operations for Num | Tom Smeding | 2024-05-23 |