You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Increased performance by replacing preg_match() with radix tree
Optimized the way context and paths are handled, string based instead of array based. Benchmarked everything changes to make sure there was improvement.
Better folder structure
Added tests and organized tests
Added a simple benchmark tester to help compare different implementations
Implemented a RouterConfigurationException class to make it more clear what went wrong