Tristan Brindle
Tristan Brindle
Having pondered it some more, I think that having `fold_first()` (and `min()` and friends) returning `optional` is too close to the kind of unsafe interface I'd rather avoid -- it...
I've finally added a .clang-format config for the project in PR #199. Thanks @DeveloperPaul123 for the initial work on this and @Guekka for reminding me that I should actually do...
Hi, thanks for the suggestion! I agree that this would be good. If possible it would be nice to build benchmarks for each pull request, as we do with CodeCov...
@jnytra If you can, would you mind looking through this tutorial/example and letting me know if anything is unclear or doesn't make sense?
> This is absolutely amazing. This is exactly what I needed to write a new adaptor. I don't have any comments yet, but I plan to write a new adaptor...
@brycelelbach Don't worry, I'm not going to change anything out from under you: even if I get this all done and it shows an improvement, I'll wait till you've finished...
> I'd love to use flux to prototype a next generation parallel algorithms library. That would be awesome! > Some options: > * Have two customization points, for_each and for_each_while....
This has bitrotted, and I have better ideas for how to solve the problem
Wow, that's a huge improvement! And it's always nice to know when we generate better code than Rust iterators :) It's a similar story with GCC: with your changes the...
No problem, I can take a stab at it at some point