Andy Lok
Andy Lok
The functionality appears to closely resemble rtrb's [write_chunk_uninit](https://docs.rs/rtrb/latest/rtrb/struct.Producer.html#method.write_chunk_uninit). If you're interested, we welcome your pull request.
Since arraydeque itself is on 2021 edition, we could completely remove the sentence.
Good idea, you can give it a try! I welcome your pull request.
Thank you for the good point of view! In fact, mintrace and tokio-tracing is not overlap in too much. minitrace is designed for performance-critical systems like database to improve observability...
@dotansimha I noticed mix usage of minitrace and tokio-tracing in [Conductor](https://github.com/the-guild-org/conductor), would the compatible layer help?
Both direction have their use case, but I think it's a fact that only application could include a compat layer, and most libraries are using tokio-tracing, therefore only the direction...
it's temporary for transition. The ultimate goal will be completly removing the compat layer in the build graph.
@pingyu I updated the PR to use minitrace for better performance, PTAL.
Apologies for the delayed response. We have transitioned from grpc-cpp to tonic (https://github.com/tikv/client-rust/pull/399), which should have resolved the issue in this PR. Regrettably, I do not have permission to merge...