Transducers.jl icon indicating copy to clipboard operation
Transducers.jl copied to clipboard

`foldxt` type unstable?

Open atbug opened this issue 1 year ago • 0 comments

const grid = [[i, j] for i in -4:4, j in -4:4]

foldxt(+, Map(i -> grid[i]), 1:length(grid))

seems to be type unstable, while foldl works well.

atbug avatar Jan 13 '24 01:01 atbug