-
-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
203 - Removing lock in Scope to improve performance (#322)
* removing locks * replacing Thread.Sleep with Monitor.Wait / PulseAll * updating benchmark results * storing the current bm results to compare later * fixing the wrong the lock * factoring out the waiting code and the LoadBenchmarks and the BMs with prev Autofac * index on issue_203: 5c2a11d factoring out the waiting code and the LoadBenchmarks and the BMs with prev Autofac * fixes and refactorings; tests are passing; added new RegisterInitializer with reuse * fixing the build Co-authored-by: maximv <maximv@cynet.com>
- Loading branch information
Showing
9 changed files
with
630 additions
and
342 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.