-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Filed in JuliaFolds/Transducers.jl#569 by @atbug
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.
I plan to fix this with https://github.com/MasonProtter/StableTasks.jl once it is registered
jecs
Metadata
Metadata
Assignees
Labels
No labels