Libraries tagged by PHP Benchmark
mudasobwa/screwdrivers
14 Downloads
Small PHP library for benchmarking.
macino/pdbg
5 Downloads
PHP Debuging helper and benchmark tool
chi-teck/stopwatch
1 Downloads
A tool for benchmarking and profiling PHP code.
yousafsyed/algorithms
18 Downloads
Original Proposal: Using the right data structure or algorithm for the situation is an important aspect of programming. In computer science literature, many data structures and algorithms have been researched and extensively documented. However, there is still no standard library in Php implementing useful structures and algorithms like Red/Black Trees, tries, different sorting algorithms, etc. This project will create such a library with documentation on when to use a particular structure/algorithm. It will also come with a benchmark suite to compare performance in different situations.
kanel/timer
120 Downloads
A simple PHP timer that allows to benchamrk the code