Closed orium closed 2 months ago
We now explicitly pass that state around. This will reduce the number of Mutexes in a Send version of the rewriter.
Mutex
Send
Benchmarks show a median speedup of 0.4%... so, no performance difference when all benchmarks are aggregated.
We now explicitly pass that state around. This will reduce the number of
Mutex
es in aSend
version of the rewriter.Benchmarks show a median speedup of 0.4%... so, no performance difference when all benchmarks are aggregated.