Releases: php-ds/ext-ds
Releases · php-ds/ext-ds
v1.2.2
v1.2.1
Changed
- Minor capacity adjustments
v1.2.0
Changed
- Vector's minimum and default capacity down from 10 to 8.
- Map and Set's minimum and default capacity down from 16 to 8.
- Hash function of arrays is now the length of the array, so O(1).
v1.1.10
v1.1.9
v1.1.8
v1.1.7
- Early support for PHP 7.2
v1.1.6
Fixed
htable
automatically truncating capacity below the minimum
v1.1.5
v1.1.4
Fixed
Vector
andDeque
rotate crashing when empty due to attempted mod zero.