Results 445 comments of Jay

Can you provide a minimal produce demo?

Fetching apply index and then acquire snapshot should be sufficient. But we may need to change how post_callback work first as the current version apply index may be updated first...

Can you also send this PR to https://github.com/jemalloc/jemalloc?

Yes, but since grpc-rs is written in Rust, you may need to build up some bindings between C library and Rust. grpc-rs runtime is developed without depending on specific codec,...

Interesting, you can also update the action files to add windows target and prove it works.

I don't think space in path is the problem. > checking for x86_64-pc-mingw32-gcc... C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Tools\MSVC\14.40.33807\bin\HostX64\x64\cl.exe The line shows that full compiler path is used. However the target it...

Seems more like a Rust bug to me. 🤔 How about reusing `Environment` like putting it to some global states? Repeatedly creating threads is not good for performance.

Hi, failed CI is not related to your changes, but can you also fix them in this PR?

Friendly ping. Hi, @hxingpax do you still have time to work on this?