Skip to content

Commit 5ec9fc4

Browse files
Cleaned up assumptions.
1 parent d0c8e82 commit 5ec9fc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/Synchronized/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ Best to use these classes when expecting a mix of read/write but with a majority
4343

4444
* Be sure to benchmark the 'Release' configuration as the difference in performance versus 'Debug' can be dramatic.
4545
* Observe results on different machines with different core counts.
46-
* As collection sizes increase, performance behavior changes. For example, for smaller collection sizes (~1000 or less) Read-Write synchronization wins most of the time. But larger than that, a 'lock' for writes begins to out perform.
46+
* Beware as collection sizes increase, performance behavior changes.

0 commit comments

Comments
 (0)