Closed
Description
Any enums resembling Option<~T>
(a pointer and an empty variant) should be optimized to a nullable pointer. This would really help for linked containers (trees, tries, linked lists).
Additionally, there's a fair bit of space that can be used inside the pointer itself for storing the discriminant due to alignment.
Metadata
Metadata
Assignees
Labels
No labels