Libraries tagged by benchmarks
bubujka/cltr
12 Downloads
script execution-time collector
bonsaicode/timer
10 Downloads
Timer utility class for benchmarking your PHP code.
bfg/speed-test
23 Downloads
Designed for approximate estimation of the time of code execution by the number of iterations
bedd/timer
20 Downloads
PHP timer
arrayiterator/profiler
0 Downloads
Record & profiling the code
alterrabr/comet
3 Downloads
Modern PHP framework for building blazing fast REST APIs and microservices
alekseykorzun/benchmarker-array-php
9 Downloads
Benchmark factory for array engines in PHP
radic/laravel-dev
104 Downloads
Laravel 5 dev package contains test, benchmark and debug extras
pyrsmk/streetfight
6 Downloads
A simple benchmarking tool
nyx/diagnostics
158 Downloads
Diagnostics, debugging and profiling tools.
laradic/dev
412 Downloads
Laravel 5 dev package contains test, benchmark and debug extras
calgamo/bench
2022 Downloads
Benchmark library for Calgamo Framework.
alecrabbit/php-simple-profiler
571 Downloads
For functions benchmarking, contain counters and timers classes.
ackintosh/benchy
13 Downloads
simple Benchmark tool
yousafsyed/algorithms
19 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.