Package Information |
Summary |
Provides a set of specific strongly-typed classes for sets and hashing |
Maintainers |
Derick Rethans <
derick at php dot net >
(lead)
[wishlist]
[details]
|
License |
The PHP License |
Description |
This extension contains four classes for managing: an integer set, an integer
hash, integer to string hash and a string to integer hash. The main features
are low memory consumption and fast serialization and deserialization of
the sets and hashes. |
Release notes
Version 1.0.0
(stable)
|
Implemented ArrayAccess for QuickHashIntSet |