Code Monkey home page Code Monkey logo

cpp-dynamic-dispatch-benchmark's Introduction

Dynamic Dispatch in C++ Build Status

Results

2013 (icc 14.0.0, g++ 4.7.3)

Pending

Hardware Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz, 8GB DDR3 @ 1333MHz
Intel icc version icc (ICC) 14.0.0 20130728, Copyright (C) 1985-2013 Intel Corporation. All rights reserved.
icc "Release" flags -O2 -xHost
icc "Fast" flags -fast
GNU g++ version g++ (Ubuntu/Linaro 4.7.3-1ubuntu1) 4.7.3, Copyright © 2012 Free Software Foundation, Inc.
g++ "Release" flags -O2 -march=native
g++ "Fast" flags -Ofast -march=native
(Additionally all compilations are done with -Wall -Werror)

Raw Results

Pending

Hierarchy Depth

Pending

Usage

Clone the repositry, (recursive is required to clone the submodules)

git clone --recursive https://github.com/Grauniad/CPP-Dynamic-Dispatch-Speed.git

Running make will trigger all build tests (including the final benchmark test)

Debug build:

make -j <cores>

Optimized build:

make -j <cores> release

Fast build:

make -j <cores> fast

cpp-dynamic-dispatch-benchmark's People

Contributors

lahumphreys avatar

Watchers

James Cloos avatar  avatar  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.