-
- Downloads
There was an error fetching the commit references. Please try again later.
Make ArcWithoutWeak NonNull
This reduces the size of an Option<ArcWithoutWeak<T>> from 16 bytes to just 8 bytes. This in turn can save a decent amount of memory when allocating many closures.
Please register or sign in to comment