php-router-benchmark VS RiafCore

Compare php-router-benchmark vs RiafCore and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
php-router-benchmark RiafCore
2 2
1 2
- -
3.6 0.0
over 2 years ago about 1 year ago
PHP PHP
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

php-router-benchmark

Posts with mentions or reviews of php-router-benchmark. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-29.
  • Modern PHP features explained - PHP 8.0 and 8.1
    1 project | /r/PHP | 28 Oct 2022
    You can see here (scroll down to the table) that match is twice as fast as isset. You can also see that nested matches are barely slower than a single match. That means for example by chaining them into HTTP method lookup, then maybe content type lookup and so on, makes them insanely fast. The router benchmarked on that site is built with that behaviour in mind.
  • Make your own Framework: (The Fastest) Router Edition
    4 projects | /r/PHP | 29 Oct 2021
    Nevertheless I've written a summary of the benchmarks on Github. I'd really love some feedback on both the summary, the benchmarks, and maybe even my concept and the code itself. I know it's not pretty right now (mostly written in Templates), but I'm cleaning that up.

RiafCore

Posts with mentions or reviews of RiafCore. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-11-19.
  • Make Your Own Framework: (The Fastest) Container Edition
    2 projects | /r/PHP | 19 Nov 2021
    Yep! The ContainerCompiler is located here and the Emitter here. Most of the magic for the Getter is in this method.
  • Make your own Framework: (The Fastest) Router Edition
    4 projects | /r/PHP | 29 Oct 2021
    Over the last couple of weeks I've been working on my own Framework -- Riaf -- and recently made some first benchmarks, which are really promising. It beats out both FastRoute and Symfony, which I didn't expect it to at all.Though to be clear, the whole framework isn't ready for anything decent yet, and there isn't any proper documentation yet either. It's mostly a fun hobby project for me right now.

What are some alternatives?

When comparing php-router-benchmark and RiafCore you can also consider the following projects:

AutoRoute - Automatically maps HTTP requests to PHP action classes.

AutoRoute-benchmark - Benchmarking for AutoRoute.

php-container-benchmark