diff --git a/Threads.md b/Threads.md index e8b5f56..8dc95af 100644 --- a/Threads.md +++ b/Threads.md @@ -1 +1,4 @@ -# Threads \ No newline at end of file +Optimal number of threads depends on the size of the L3 cache of CPU. + +* For **cryptonight** it's **2 MB** or **4 MB** (lower power mode) per thread. +* For **cryptonight-lite** it's **1 MB** or **2 MB** (lower power mode) per thread. \ No newline at end of file