You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this nightly the default allocator was switched from jemalloc to the system allocator. It is expected that this may lead to performance regressions in some cases. See also #56283 for a similar report and in particular the comment #56283 (comment) showing how you can explicitly enable jemalloc again.
debugging a performance regression in my code, found it was introduced between
nightly-2018-11-03
andnightly-2018-11-04
- 8b09631...04fdb44the best minimum example i could come up with:
test between the two versions:
and same results for current nightly:
The text was updated successfully, but these errors were encountered: