userver
userver copied to clipboard
Production-ready C++ Asynchronous Framework with rich functionality
I feel like `NonFifo` is very unclear in terms of what a queue actually represents and leaves too wide of a room for an interpretation: stack is `NonFifo`, dequeing random...
There exists https://github.com/cameron314/readerwriterqueue, which might be a better fit for `concurrent::SpscQueue` – it has to be faster than full-featured `moodycamel::ConcurrentQueue` and it should also require less memory. There is some...
Thanks for the long awaited framework. You have done a great job! I would really like to get support for the async amqp protocol, are there any plans to add...
First of all, thank you for userver. _That's one small step for man, one giant leap for mankind._ I see you use postgres and mongo. Is there any chances for...
Does it really require jinja2 at the CMake configuration step? I'd like to try building this without having to install any Python dependencies if possible.
Do you have a tcp echo server that I can run with? So I can add the figures into this [list](https://github.com/alibaba/PhotonLibOS#21-tcp).
Even though it's pretty convenient to build because of the great documentation you guys provide. But it's still helpful if it's available in the famous package management. I do think...
Due to `moodycamel::ConcurrentQueue` implementation details `engine::Yield` doesn't actually yield running thread back to the thread-pool: since moodycamel consists of a set of thread-local FIFO queues and every consumer checks for...
Hi, On Readme documentation i see a block of code about postgres, but i don't see nothing related to the server. Can you add to readme the source code to...
Addresses https://github.com/userver-framework/userver/issues/44