漂流
漂流
So cool, although the problem persists in debug mode, the efficiency in release mode is already acceptable. I look forward to even better optimization, by the wey, the confirmation of...
Today, I encountered a problem with the overall compilation of the workspace and the inconsistent compilation of each crate. We have a public logger crate, the default is output to...
I use the safari test, the iron is like the fist picture, you mean want a rust iron to it? like forum small icon?
In fact, the idea is not to change the admin contract, but to change the address verification, attempt to remove the prefix `00...` of the address. Because the return value...
Well, this really can be considered. However, this may require a lot of work. It may need to refactor some code. I may not have time on this matter. Currently,...
> Thanks for the PR. It seems that Miri and sanitizer reports memory leak: https://github.com/crossbeam-rs/crossbeam/actions/runs/12221429705/job/34090460906?pr=1121#step:4:168 https://github.com/crossbeam-rs/crossbeam/actions/runs/12221429705/job/34090462020?pr=1121#step:5:186 The memory leak reported by miri is the `panic_on_drop` test case, which seems to...
@taiki-e I use `-Zmiri-ignore-leaks` to disable Miri test on the channel test, but on sanitizer test, I can't find any flag to ignore it
@taiki-e ok, I ignore `panic_on_drop` test on sanitizer, now ci is pass
kcp-go can set an empty BlockCrypt https://github.com/xtaci/kcp-go/blob/master/crypt.go#L57 to disable encryption,it can also set `dataShards` and `parityShards` equal to 0 to [disable fec](https://github.com/xtaci/kcp-go/issues/93), then it is the raw kcp stream, compatible...
> In BlockConsumer thread: call thread::park() after BlockConsumer consume all blocks in block_queue In BlockProcess: call thread::unparK() when the block_queue is almost 80% full. I think `thread::park_timeout()` and 80% `thread::unpark`...