Changes between Initial Version and Version 1 of Ticket #7422, comment 16


Ignore:
Timestamp:
Dec 13, 2012, 9:41:24 PM (10 years ago)
Author:
viboes

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7422, comment 16

    initial v1  
    88> There is a noticeable 35% improvement in median run-time when macro BOOST_THREAD_DONT_PROVIDE_INTERRUPTIONS is defined. (Note that I am not being overly scientific here because the analysis of variance is missing, i.e. I can't say I am 95% sure. However on the plot the effect of the macro is quite noticeable)
    99
    10 Glad to hear it.
     10Glad to hear it. Could you run the test 10 times instead of 3 to reduce the variance?
    1111 
    1212> On the other hand, using boost mutex and condition_variable with BOOST_THREAD_DONT_PROVIDE_INTERRUPTIONS defined is still around 5% slower than when using the same primitives from std namespace. (Same caveat)