Libraries tagged by benchmark library
jamesgober/benchmark
2 Downloads
A PHP benchmarking library for measuring code performance and memory usage with precision, extensibility, and advanced reporting features.
drealecs/time-benchmark
764 Downloads
Library for timing execution and benchmarking
crysalead/benchmark
100 Downloads
Benchmarking library
aslamkv/php-benchmark
239 Downloads
Lightweight PHP library to measure memory usage and time taken for script execution
calgamo/bench
2022 Downloads
Benchmark library for Calgamo Framework.
serhiikorniushov/micro-bench
9 Downloads
PHP Micro Benchmarking tool
sakuraphp/sakura
26 Downloads
Sakura library contains implementations of 3 methods, which can manage different types of hierarchical structure (tree) on relational database.
rotexsoft/callable-execution-timer
6 Downloads
A simple PHP library for tracking the total amount of time a callable (e.g. function / method) takes to execute (it can also return the result of executing the callable, if desired).
ggomuk/g-bench
12 Downloads
PHP Benchmark Component
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.