KDBindings icon indicating copy to clipboard operation
KDBindings copied to clipboard

Benchmark with competitor libraries

Open cyber5tar86 opened this issue 11 months ago • 2 comments

Make a benchmark comparison (in a report form like e.g. https://victimsnino.github.io/ReactivePlusPlus/v2/benchmark) between several competitors such as:

  • QT (for signal/slot)
  • Boost Signals2
  • https://github.com/alex-gutev/live_cells_cpp
  • https://github.com/victimsnino/ReactivePlusPlus
  • https://github.com/ReactiveX/RxCpp
  • https://github.com/jm4R/reactive-cpp
  • https://github.com/palacaze/sigslot
  • https://github.com/NoAvailableAlias/nano-signal-slot
  • https://github.com/TheWisp/signals
  • https://github.com/vdksoft/signals
  • https://github.com/libsigcplusplus/libsigcplusplus
  • https://github.com/cpp11nullptr/lsignal

cyber5tar86 avatar Jan 27 '25 09:01 cyber5tar86

Hey @cyber5tar86 ,

Here is a PR https://github.com/NoAvailableAlias/signal-slot-benchmarks/pull/35 added the KDBinsings to a benchmark repo. and compared it with some other libraries such boost

malsaggaf avatar Jan 27 '25 12:01 malsaggaf

Hi,

Is it possible for you to share some results?

reg31 avatar Feb 25 '25 22:02 reg31