programming
PHP benchmarking
While working on my framework, I got to a point when I had to store quite a lot of data during the execution of the script. My first thought was to use an associative array. But then I thought maybe objects are faster/use less memory. So