Re: Proposal to reduce the number of argument to array-for-each, array-every, and array-any
Bradley Lucier 06 Dec 2025 03:11 UTC
On 12/5/25 21:43, Bradley Lucier wrote:
> Here are some times:
I forgot to say that the arrays are 1000 x 1000 f64 arrays:
> (define domain (make-interval '#(1000 1000)))
> (define a (make-specialized-array domain f64-storage-class 1.))
> (define b (make-specialized-array domain f64-storage-class 2.))