Used std::thread::hardware_consurrency() to get processor count in Linux
authorkhizmax <libcds.dev@gmail.com>
Sun, 19 Mar 2017 08:55:54 +0000 (11:55 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sun, 19 Mar 2017 08:55:54 +0000 (11:55 +0300)
commit3e92dabdd202ca95512e1b108859a05da7b28ecc
tree1af31828de3fc905e4c3abd62c89596e54f6d799
parent43a5634f46ef7cc4fab59f57400115f6e31be823
Used std::thread::hardware_consurrency() to get processor count in Linux
src/topology_linux.cpp