akemi

Results 6 comments of akemi

AFAIAC,this make the time complexity of hash lookup reduce to O(1). It's basically because the hash ring have a range of 0x0 to 0xffffffff, when you need to look up...

seems `async_scope` disables you to acquire the result.

> I had a similar issue and could solve it by catching the `SystemExit` - Exception in the try block: > > ```python > killer = Killer() > while not...

I don't think it possible when openai have Captcha, can only look forward for official api. Or you can try use some other library to build a login helper.

I think maybe the problem before workaround occurs because of the lambda coroutine ? https://github.com/CarterLi/liburing4cpp/blob/a9b422baaf4d5c587cbdc95379a1e2e145bddeb5/demo/echo_server.cpp#L24 Before the workaround, in this line, the lambda object do capture 2 variables, but soon...