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
Implemented in https://github.com/tower120/any_vec/tree/CompactLayout branch for HeapMem. Possibly introduce some overhead on into_raw_parts/from_raw_parts due to packing/unpacking Layout. Changing MemRawParts trait API probably would solve this. Or maybe overhead is not observable, benchmark needed.
All built-in MemBuilder implementations can store
Layout
in compacted form.The text was updated successfully, but these errors were encountered: