Package Information |
Summary |
Data Structures |
Maintainers |
Joe Watkins (lead)
[details]
Rudi Theunissen <
rtheunissen at php dot net >
(lead)
[details]
|
License |
MIT License |
Description |
Specialized data structures as efficient alternatives to the PHP array |
Homepage |
https://github.com/php-ds/ext-ds
|
Release notes
Version 1.2.0
(stable)
|
- 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). |