guteksan

Results 5 issues of guteksan

Hi, I am testing this library comparing it to other similar C++ REST libraries available. I noticed that most of them offer a quick way of specifying the number of...

Hi, I have prepared comparison of 6 popular C++ REST frameworks, including this one. Hope you will find it useful. https://github.com/guteksan/REST-CPP-benchmark

Hi, I am trying to build restinio from sources, using mxx_ru for handling dependencies. So basically, I run these commands: ``` git clone https://github.com/stiffstream/restinio cd restinio mxxruexternals cd dev mkdir...

Hi, I have prepared comparison of 6 popular C++ REST frameworks, including this one. Hope you will find it useful. https://github.com/guteksan/REST-CPP-benchmark

It is hinted in the doc to link with Tcmalloc, but how exactly? The output of building Crow is just a single header: crow_all.h, but there is no difference whether...