Kirill Danshin

Results 22 issues of Kirill Danshin

Привет! Думаю, полезно было бы добавить транскрипции. Часто возникают споры о том, как принято читать то или иное слово, и это неплохой способ их решить.

Signed-off-by: Kirill Danshin

- [ ] new router engine must be "modular" - it must allow to use any other routing engine in a simplest possible way - [ ] must be clearly...

enhancement

While fasthttp allows us to serve 2 millions rps with pipelining on the test stand, we can serve only 1 million

bug

We need to improve test coverage in gramework to >= 95%

help wanted
good-for-new-contributors

Can you add an english readme please?

As you may notice, neither I nor @aleksei0807 can't dedicate enough time to maintain this library. Altho we understand what we should do and how to set up the development...

help wanted

We want to get rid from using mutex when working with maps. We need to fix concurrent read/write in maps. To do that we need to remove `throw`s about concurrent...