Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added samples with POCO C++ framework #3

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

sim1angeloni
Copy link

@sim1angeloni sim1angeloni commented Feb 4, 2019

Added more samples and benchmarks using the POCO library.
This library has a built-in multithreading HTTPServer, it is cross-platform and is based on the STD library,

In this pull request you will find:

  • Samples to make benchmarks using POCO library
  • New result pngs
  • Little edits to bootstrap.sh, to make it compatible with other machines

The boostrap will now create the build directory in the root folder of the repository, so the whole build directory has been git-ignored.

If you approve this pull request, remember to edit the README file to fix the links to the new benchmarks :)

git submodule update --init
cmake -DCMAKE_BUILD_TYPE=Release .
make
make -j 8
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will ensure parallel compilation, if the systems allows it. It's a considerable speed up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant