Pavel P
Pavel P
It's the same problem described [here](https://github.com/InvisibleManVPN/InvisibleMan-XRayClient/issues/126). x64 win11 pro, with TUN interface. It works only once. If you disconnect, and then reconnect client shows as if it's all connected and...
> According to GCC codegen, popcnt is the winner if available, yes. Yes, seems like gcc/clang use popcount for cpus starting from nehalem: https://godbolt.org/z/s4MnvcfW7 Nehalem was released in 2008. >...
I just edited that file in github.dev and made that PR directly from the browser. Crazy, full blown code editor in browser :) 
> [@pps83](https://github.com/pps83) are you interested in `popcnt` PR? Otherwise I can do it. I can do it, but I'll need some assistance to be able to do it quickly. I...
https://github.com/microsoft/STL/pull/5534
> We have had these reports before, but the problem is that it is only slow for some users. Here it is instant for example. > > We need to...
done... (it was around 70% when I wrote previous message). So, to complete last 20-30% it took around 8 minutes. It was more than 20mins total for sure. While it...
the same client with the same config works on win11 (connected using the same ISP connection)
I just came here to post the same warning: ``` In file included from D:/work-pps/backtest-engine/ext/zlib-ng/zlib.cpp:134: D:/work-pps/backtest-engine/ext/zlib-ng/arch/generic/crc32_chorba_c.c: In function 'uint32_t crc32_chorba_118960_nondestructive(uint32_t, const z_word_t*, size_t)': D:/work-pps/backtest-engine/ext/zlib-ng/arch/generic/crc32_chorba_c.c:419:111: warning: 'bitbuffer' may be used uninitialized...
I tried to change to this: ``` #include namespace net = boost::asio; void test() { using tcp = net::ip::tcp; net::io_context ioc_ws; tcp::resolver resolver_ws{ioc_ws}; std::unique_ptr ws; ws = std::make_unique(ioc_ws); auto results...