Skip to content

Release v0.5.0

Compare
Choose a tag to compare
@frengor frengor released this 06 Aug 08:14
· 15 commits to main since this release
449c8cd
  • 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:

Internal changes:

  • Lists have been reworked: now POSSIBLE_CYCLES doesn't require a RefCell anymore
  • A queue has been added to implement the breadth-first tracing