ispringtech / FastSignals

Easy to use, fast and lightweight C++17 signals and slots library, drop-in replacement for the Boost.Signals2
MIT License
25 stars 10 forks source link

Benchmark results #6

Closed zamazan4ik closed 5 years ago

zamazan4ik commented 6 years ago

Hello! Can you post please benchmark results between FastSignals and Boost.Signal2? Thank you.

alexey-malov commented 5 years ago

Benchmarks are available in a separate repository: https://github.com/ispringteam/FastSignalsBenchmark

FastSignals are approximately 85-120% faster than Boost.Signals2.

zamazan4ik commented 5 years ago

Thank you!