Skip to content

Commit 58df048

Browse files
committed
CSHARP-519: fixed threading related bugs caused by a refactor and optimized many of the classes to use lock-less algorithms as they do not require ordering guarantees, only thread safety.
1 parent 11eedee commit 58df048

File tree

5 files changed

+451
-331
lines changed

5 files changed

+451
-331
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ obj
77
*.csproj.VisualState.xml
88
*.vbproj.VisualState.xml
99
*.cache
10+
TestResults
1011

1112
# MonoDevelop artifacts
1213
*.pidb

0 commit comments

Comments
 (0)