Skip to content

sebastian/recursion-context 8.0.1

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Aug 06:00
Immutable release. Only release title and notes can be modified.
8.0.1
32dba72

Changed

  • Context::contains() no longer has to look at more than one element of an array to recognise it; for arrays whose internal hash table has gaps, for instance because elements were removed using unset(), this used to take time proportional to the size of the array

Fixed

  • Context::add() returned a key that neither Context::contains() nor a subsequent Context::add() would report for arrays that already have an element with the largest possible integer key