Skip to content

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