Fork me on GitHub
#core-async
<
2022-01-30
>
Rupert (All Street)10:01:23

@souenzzo - we've used this at All Street as an unordered replacement for the core.async pipeline: https://github.com/danboykis/affable-async/blob/master/src/affable_async/core.clj#L5 As you'd expect, it can be significantly faster than the built in one if your mapping function takes a varying amount of time to process an element.