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 benchmarks/ we are running Flurry for a number of iterations and garbage never gets cleared. Investigate whether the ^Ref type is needed or another solution to drop garbage after each run.
The text was updated successfully, but these errors were encountered:
https://github.com/jonhoo/flurry/blob/f623ac994f20d35861799d7f106178a875f6e661/src/map_ref.rs#L13
In
benchmarks/
we are running Flurry for a number of iterations and garbage never gets cleared. Investigate whether the ^Ref type is needed or another solution to drop garbage after each run.The text was updated successfully, but these errors were encountered: