We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 238711b commit 383350aCopy full SHA for 383350a
README.md
@@ -36,7 +36,7 @@ $intArray[] = 'a';
36
37
### Performance consideration
38
Compared to the parent class [ArrayObject](http://php.net/manual/en/class.arrayobject.php) typed arrays are slower on writing
39
-approximately from 15x to 20x. The slowness due to not native `__construct()` and not native `offsetSet()`.
+approximately from 15x to 20x. The slowness is due to not native `__construct()` and not native `offsetSet()`.
40
Other operations do not have a speed difference with the native ArrayObject.
41
```php
42
use Linna\intArray;
0 commit comments