GithubHelp home page GithubHelp logo

mariuszmaximus / signal-slot-benchmarks Goto Github PK

View Code? Open in Web Editor NEW

This project forked from noavailablealias/signal-slot-benchmarks

0.0 1.0 0.0 2 MB

Comprehensive benchmarks for a majority of GitHub c++ signal slot implementations and others.

C++ 98.53% C 1.21% Makefile 0.01% CMake 0.25%

signal-slot-benchmarks's Introduction

signal-slot-benchmarks

Comprehensive benchmarks for a majority of GitHub c++ signal slot implementations and others.
Boost, as well as C++17 support, is required to build this project.

Foreword

These benchmarks do not accurately depict real world usage patterns seen in the wild.
However, these benchmarks were designed to provide impartial results regardless of implementation.

Tested Environments

click to view results

Maintainers

Generally, implementations that get added to this benchmark project aren't regularly updated by me unless asked to do so. If you are a maintainer of a referenced library, I encourage you to fork this project and create pull requests to expedite updates.

Benchmark Algorithms

The individual benchmark algorithms are completely generic through the use of templates.

Algorithm Description
validation_assert Make sure each signal implementation is functioning correctly.
construction Sample the default construction of N * N number of Signal instances.
destruction Sample the destruction of N * N number of Signal instances.
connection Sample Signal connections to N number of Foo instances.
disconnect Sample disconnecting N number of Foo instances from a single Signal.
reconnect Sample reconnecting N number of Foo instances to a global Signal.
emit Sample the duration of an N slot emission.
all Sample all previous benchmarks together in one combined benchmark.
threaded Same as the previous benchmark but is now threaded.

signal-slot-benchmarks's People

Contributors

noavailablealias avatar j-jorge avatar palacaze avatar uthidata avatar montellese avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.