try_par_for_each_in
may have avenues for perf improvements
#117169
Labels
I-slow
Issue: Problems and improvements with respect to performance of generated code.
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
WG-compiler-parallel
Working group: Parallelizing the compiler
Originally posted by @Zoxc in #116849 (comment)
Once we have enabled parallel-compiler by default, we can run multithreaded benchmarks of the current impl against an impl that instead writes to an
AtomicBool
(asResult<(), ErrorGuaranteed>
is effectively just a bool)The text was updated successfully, but these errors were encountered: