Coder Social home page Coder Social logo

[inplace_function] benchmark about sg14 HOT 4 OPEN

wg21-sg14 avatar wg21-sg14 commented on August 16, 2024
[inplace_function] benchmark

from sg14.

Comments (4)

user706 avatar user706 commented on August 16, 2024

Usage:

#!/usr/bin/env bash

git clone https://github.com/user706/CxxFunctionBenchmark.git
cd CxxFunctionBenchmark

mkdir build
cd    build

git checkout feature/sg14_inplace_function
cmake -D GNR=ON   \
      -D FOLLY=ON \
      -D BDE=ON    `# will clone into git submodule CxxFunctionBenchmark/bde/bde` \
      -D BOOST_ROOT=/my/path/to/boost/install/dir `# only needed if boost is in non-standard place`\
      ..
cmake --build .

./various   # run program

from sg14.

Quuxplusone avatar Quuxplusone commented on August 16, 2024

FYI @user706, you should rebase on https://github.com/jamboree/CxxFunctionBenchmark master, which has recently fixed an utter mess on non-case-sensitive filesystems (e.g. OS X and Windows).

EDIT: You should rebase your master branch. Or else change the git clone command-line above to clone directly into your feature branch.

from sg14.

user706 avatar user706 commented on August 16, 2024

branch feature/sg14_inplace_function (https://github.com/user706/CxxFunctionBenchmark/tree/feature/sg14_inplace_function) is on top of the latest commit of jamboree's master (i.e. if there were any fixes by jamboree [as you imply above], they are in the branch feature/sg14_inplace_function as well)

from sg14.

user706 avatar user706 commented on August 16, 2024

jamboree merged it into his repo.

Thus usage:

#!/usr/bin/env bash

git clone https://github.com/jamboree/CxxFunctionBenchmark.git
cd CxxFunctionBenchmark

mkdir build
cd    build

cmake -D GNR=ON   \
      -D FOLLY=ON \
      -D BDE=ON    `# will clone into git submodule CxxFunctionBenchmark/bde/bde` \
      -D BOOST_ROOT=/my/path/to/boost/install/dir `# only needed if boost is in non-standard place`\
      ..
cmake --build .

./various   # run program

What results do you get on your platforms? Is speed a goal? If yes: what kind of goal-> as fast as possible (unsurpassable) vs fast enough (what is fast enough?). Where should the main speed-focus be: construction, function-call or destruction? etc.

How does it correlate with your expectations? etc.

from sg14.

Related Issues (20)

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.