summary refs log tree commit diff stats
path: root/web
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-08-24 17:59:29 +0200
committerAraq <rumpf_a@web.de>2015-08-24 18:01:41 +0200
commit646af76c873f46875e91390f50dc3a2efb5e6d4d (patch)
tree76bf709559583a6231df7974f2f5905d1dce4017 /web
parente703afdb3bcdf251be8d2f930a2bb3450f192809 (diff)
downloadNim-646af76c873f46875e91390f50dc3a2efb5e6d4d.tar.gz
implemented nimPinToCpu threadpool feature
Diffstat (limited to 'web')
-rw-r--r--web/news.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/web/news.txt b/web/news.txt
index 46867ac4c..040442695 100644
--- a/web/news.txt
+++ b/web/news.txt
@@ -56,10 +56,12 @@ News
   Library additions
   -----------------
 
-  - The nre module has been added, providing a better interface to PCRE than
-    re.
+  - The nre module has been added, providing a better interface to PCRE than re.
   - The ``expandSymlink`` proc has been added to the ``os`` module.
   - The ``tailDir`` proc has been added to the ``os`` module.
+  - Define ``nimPinToCpu`` to make the ``threadpool`` use explicit thread
+    affinities. This can speed up or slow down the thread pool; it's up to you
+    to benchmark it.
 
 
   Language Additions