jbogard / MediatR

Simple, unambitious mediator implementation in .NET
Apache License 2.0
11.19k stars 1.18k forks source link

reduced complexity handler orders to O(N) #1080

Open Engineerumair opened 1 month ago

Engineerumair commented 1 month ago

the time complexity for handler orderer was O(n^2) and now it should be O(n logn)

github-actions[bot] commented 5 days ago

This PR is stale because it has been open 28 days with no activity. Remove stale label or comment or this will be closed in 14 days.