hkaiser changed the topic of #ste||ar to: STE||AR: Systems Technology, Emergent Parallelism, and Algorithm Research | stellar.cct.lsu.edu | HPX: A cure for performance impaired parallel applications | github.com/STEllAR-GROUP/hpx | Buildbot: http://rostam.cct.lsu.edu/ | Log: http://irclog.cct.lsu.edu/
hkaiser has quit [Quit: bye]
dexhunter has quit [Quit: Ping timeout (120 seconds)]
dexhunter has joined #ste||ar
nikunj has joined #ste||ar
nikunj97 has joined #ste||ar
nikunj has quit [Ping timeout: 250 seconds]
nikunj has joined #ste||ar
nikunj97 has quit [Ping timeout: 246 seconds]
dexhunter has quit [Ping timeout: 245 seconds]
dexhunter has joined #ste||ar
dexhunter has quit [Ping timeout: 268 seconds]
dexhunter has joined #ste||ar
<K-ballo>
msvc's /d1templateStats is somewhat interesting
<K-ballo>
for some hpx tests yields:
<K-ballo>
1>Most class template partial specializations : "boost::detail::tr1_result_of_impl" (98)
<K-ballo>
1>Most class template specializations : "std::decay" (1252)
<K-ballo>
1>Most class template explicit specializations : "boost::numeric::numeric_cast_traits" (172)
<K-ballo>
1>Most class template tentative specializations: "std::enable_if" (1515)
<K-ballo>
I would have never suspected we are still paying for tr1's protocol