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 1.3.0
(stable)
|
* Optimize Teds\Deque insert() and offsetUnset() calls with offsets when they're closer to the front of the deque than the end of the Deque. * Add Teds\strict_equals($v1, $v2): bool with stricter NAN handling than `===`. * Regenerate function arginfo with namespaced C symbols from stub.php files. |