ds 1.2.0

Data Structures


Specialized data structures as efficient alternatives to the PHP array

License: MIT License

Changes

- 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).