LIU JIE

Results 10 issues of LIU JIE

Hi, I removed some redundant code with clippy and added some replace in `build_desc()`, btw, here is another version [leetcode-rust](https://github.com/Millione/leetcode-rust) based on your great job, welcome to comment and issue....

I found the explanation difference between code comments and README. It confuses me. https://github.com/dgraph-io/ristretto/blob/3177d9c9520c37d36b18113be01fea6393f63860/policy.go#L366-L374 https://github.com/dgraph-io/ristretto/blob/3177d9c9520c37d36b18113be01fea6393f63860/README.md?plain=1#L19

Right now the eviction strategy is LRU, but I want to use SampledLFU strategy to suit my usage scenario, how could I get there?

question

## Feature Request ### Motivation Right now in pilota, when I wrote like this: ```thrift struct A { 1: required map m, } ``` It will generate: ```rust pub struct...

## Feature Request ### Motivation Can `pilota.rust_wrapper_arc` annotation support wrapper Arc like this: ```thrift struct B { 1: required list a(pilota.rust_wrapper_arc="inner"), 2: required list b(pilota.rust_wrapper_arc="outer"), } ``` Generated: ```rust pub...

Avoid client side `Broken Pipe` error when server already closed the connection in pool.

Previously @missingdays supported split_generated_files mode to solve https://github.com/cloudwego/volo/issues/454, but users reported that the generation speed was 3-4 times slower than the previous mode, and the total number of lines of...

A-volo-build
C-enhancement