userver icon indicating copy to clipboard operation
userver copied to clipboard

Production-ready C++ Asynchronous Framework with rich functionality

Results 274 userver issues
Sort by recently updated
recently updated
newest added

Implementation W-TinyLfu, TinyLfu, SLRU cache policies

https://github.com/userver-framework/userver/blob/9c371d29fa688f79176eea5faf01721530f84ef3/core/src/engine/ev/thread_pool.cpp#L51-L55 So this function just takes `next thread % 2` (where 2 is the default size), seems alright. Now, `engine::io::Socket` creates 2 watchers on construction, one for read direction and...

bug
help wanted
big

1) See https://etcd.io for the description of the service. 2) For a sample dynamic of configs clienet see https://github.com/userver-framework/userver/blob/develop/core/src/dynamic_config/client/component.cpp 3) Write a client that uses 1) and behaves like 2)

big

I tried to build and run tests via the command you have in the documentation `docker compose run --rm userver-tests` And I've got all tests failed. Am I doing something...

bug

For now, there is no way to get pg_connection inside of ubenchmark. There are [util_benchmark](https://github.com/userver-framework/userver/blob/develop/postgresql/src/storages/postgres/util_benchmark.hpp) inside of postgres sources, but they're not linking when userver is not the root project...

help wanted
big