implemented nimPinToCpu threadpool feature

This commit is contained in:
Araq
2015-08-24 17:59:29 +02:00
parent e703afdb3b
commit 646af76c87
2 changed files with 13 additions and 3 deletions

View File

@@ -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