| Recommend this page to a friend! |
| Author | ||
![]() |
|
Innovation award![]() Nominee: 4x | |||||||||||||||||||
| Classes of CPK Smithies | > | bitvec | > | Download .zip .tar.gz | > | > | > | |||||
|
|||||||||||||||||||||||
| Groups | Applications | |||||||
| Groups | ||
| PHP 5 | Classes using PHP 5 specific features | View top rated classes | |
| Data types | Modeling and manipulating data types | View top rated classes |
| Innovation Award | ||
![]() January 2013 Number 5 Prize: One downloadable copy of Komodo IDE |
The regular arrays in PHP are implemented internally as hash tables. This means that the access to any array element access requires the computation of a hash value and the eventual traversal of a linked list of array elements. For arrays with entries indexed by their numeric position, it is faster to use the SplFixedArray class. This class uses the SplFixedArray class to provide a faster interface to access arrays of bits. Manuel Lemos |
| User ratings | ||
| There are not enough user ratings to display for this class. |
| Applications that use this class | ||
| File | Role | Description | ||
|---|---|---|---|---|
| Class | Bitvec class source | |||
| Doc. | Licence terms | |||
| Data | Configuration for generating the HTML documentation | |||
| Data | Unit test configuration | |||
| Doc. | About the package | |||
| Files | / | |||
| Download all files: bitvec.tar.gz bitvec.zip |