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
handle won't try to reuse empty buffers to allow it to be claimed (#293)
When detaching an object, it's feasible to avoid cloning as it might
be the last buffer the user needs.
Now that's possble by not reclaiming the empty vec these users would
leave in the original buffers place when the object is dropped.
0 commit comments