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.))