Skip to content
Snippets Groups Projects
Commit 4376306e authored by Benjamin Cumming's avatar Benjamin Cumming
Browse files

Support for multi-threaded sort

* `nest::mc::threading::sort` is analogous to `std::sort`
    * when using TBB the `tbb::parallel_sort` is used
    * otherwise `std::sort` is used
* used to parallelise connection construction during setup
    * now all initialization and simulation is multi-threaded
* added a unit test
parent 99119e5f
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment