Stream: helpdesk (published)

Topic: Transducers.jl


view this post on Zulip Rein Zustand (Aug 09 2022 at 00:38):

Mason Protter said:

For that sort of thing I’d heartily recommend Transducers.jl over the regular map, filter, fold constructions
The way to think about them is that they’re a more structured form of a loop, and because they have more structure, they can be (ideally) understood better by a compiler

I can't find any hint of compiler optimization in the package README.md. Does the compiler really output a more performant code with this package?


Last updated: Oct 02 2023 at 04:34 UTC