quickhash

Provides a set of specific strongly-typed classes for sets and hashing


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.

License: The PHP License

Latest releases

Version Release Download
1.1.1 2022-07-19 quickhash-1.1.1.tgz
1.0.0 2012-09-02 quickhash-1.0.0.tgz
0.1.0 2011-07-28 quickhash-0.1.0.tgz
Show all releases

Changelog

Version Message
1.1.1 PHP 7 support
1.0.0 Implemented ArrayAccess for QuickHashIntSet
0.1.0 - First release
Show complete changelog