Skip to content

baryshev/FastRoute-vs-TreeRoute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FastRoute vs TreeRoute benchmark

Installation

git clone https://github.com/baryshev/FastRoute-vs-TreeRoute.git
cd FastRoute-vs-TreeRoute
composer install

Run benchmark

php ./benchmark.php

Results (MacBook Pro Core i5, php 5.6)

FastRoute init time: 0.0056021213531494
TreeRoute init time: 0.0034558773040771
FastRoute first route time: 0.040349006652832
TreeRoute first route time: 0.038413763046265
FastRoute middle route time: 0.16081953048706
TreeRoute middle route time: 0.076460361480713
FastRoute last route time: 0.25658130645752
TreeRoute last route time: 0.076943397521973
FastRoute not found time: 0.2103226184845
TreeRoute not found time: 0.034482717514038

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages