autoload-bench
autoload-bench copied to clipboard
PHP Autoload Benchmark
From the PHP documentation: > Cdb is "a fast, reliable, lightweight package for creating and reading constant databases." I've run into a use case where the classmap autoloader in composer...
Hi Jordi! I openend a number of pull requests in the last days, I don't know if you are interested. But finally I changed so much on it that it...
The composer loader (at least the version that is being benchmarked) remembers if a class does not exist, and skips the lengthy operations next time. This is nice, but I...
Hi, I have been experimenting with class loader benchmarks some time myself, and came to the conclusion that the biggest source of statistic variation is probably the filesystem. You already...