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

Speeds up signal emitting by avoiding binary search when possible #26

Closed alexey-malov closed 5 years ago

alexey-malov commented 5 years ago

Fixes broken optimization in get_next_slot()