Release v0.5.0
- Implemented tracing doing a breadth-first traversal of the heap, making the collector not overflow the stack when analyzing very deep and nested structures
- Improved performance when weak pointers are enabled
- Updated
iai-callgrind
to 1.12.2 - Minor improvements
Nightly only:
- Derived
SmartPointer
forCc
Internal changes:
- Lists have been reworked: now
POSSIBLE_CYCLES
doesn't require aRefCell
anymore - A queue has been added to implement the breadth-first tracing