Feature: The 'none' router #318
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
experiment
suggestion
support
Testing
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/framework#318
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem Statement
In high-throughput applications, the Hazaar router introduces unnecessary overhead when routing is not required. Currently, there is no way to completely disable the router, forcing it to initialize and execute even when manual controller selection is preferred. Adding a
'none'
router type would allow developers to bypass the router entirely, reducing execution cycles and improving performance.Who will benefit?
Hazaar\Application::run()
.Benefits and risks
Benefits
Risks
Proposed Solution
'none'
router type in Hazaar.Hazaar\Application::run()
.Priority/Severity
assigned to @jamie
created branch
318-feature-the-none-router
to address this issuementioned in merge request !199
mentioned in commit
16257ed941