Great reference!On Fri, Feb 6, 2015 at 12:15 AM, Joren Heit <jorenheit@gmail.com> wrote:
I have been working on [...] a template-based Signal/Slot library [...],I want to test it against boost::signals2 to get an idea of how well it performs.[...]. Initial tests show that my own library can be up to 10 times faster than the boost-implementation, [...]
This benchmark [1] might be of interest. --DD
PS: In particular, note how the one asterisk'd with "Library aims to be thread safe" are at the bottom.