Package Information |
Summary |
Provides extra data structures and iterable/array functionality. |
Maintainers |
Tyson Andre (lead)
[details]
|
License |
BSD-3-Clause |
Description |
teds (Tentative Extra Data Structures) is a collection of data structures and iterable functionality |
Homepage |
https://github.com/TysonAndre/pecl-teds
|
Release notes
Version 0.11.0
(stable)
|
* Breaking change: Make StableMinHeap/StableMaxHeap stop inheriting from SplHeap to be more memory efficient. * Properly sort in StableSortedListSet::__construct and __set_state * Deduplicate code. * Reduce size/capacity limits to the same limits as array for Deque. * Add ImmutableSequence::map(), filter() * Fix bug in Deque::contains(), Deque::indexOf() |