We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e01ad3e commit e5fd454Copy full SHA for e5fd454
README.md
@@ -31,6 +31,9 @@ the HLE or RTM style synchronization primitive.
31
32
The `SystemMutex` is just `sync.Mutex`.
33
34
+It is also worth observing that the performance started to degrade towards the
35
+very large array sizes. This is most likely due to a cache size limitation.
36
+
37
# Examples
38
39
## Checking for HLE and RTM CPU support
0 commit comments