Skip to content

revenkroz/php-benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

PHP Benchmarks

SplObjectStorage vs Array

Test performance and memory usage for SplObjectStorage and array.

Usage

php benchmarks/splobjectstorage-vs-array.php

Calculated result

SplObjectStorage test
Time to fill: 0.0241971016
Time to check: 0.0091929436
Memory usage: 10.11 mb

Array test
Time to fill: 0.0317029953
Time to check: 0.0137040615
Memory usage: 29.41 mb

About

Sometimes you need to prepare for high-load

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages