We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75f54bb commit adb9330Copy full SHA for adb9330
1 file changed
README.md
@@ -404,8 +404,8 @@ y.NotFound = func(c *yarf.Context) {
404
## Performance
405
406
On initial benchmarks, the framework seems to perform very well compared with other similar frameworks.
407
-Even when there are faster frameworks, under high load conditions and thanks to the route caching method,
408
-YARF seems to perform as good or even better than the fastests that work better under simpler conditions.
+Even when some frameworks performs better under some conditions, by using the route caching method
+YARF beats all other frameworks on the long run.
409
410
Check the benchmarks repository to run your own:
411
0 commit comments