-
**Problem**
I played with kalosm and made a simple CLI app with chat and structured generation.
Models are successfully downloaded, however, chat message generation and structured generation takes i…
-
1. tokio-console https://github.com/tokio-rs/console
2. jemalloc https://github.com/tikv/jemallocator
-
I am writing to propose the implementation of a feature similar to the `tokio-console` used in asynchronous Rust applications. This tool has proven to be extremely useful for collecting and displaying…
-
## Describe the bug
As of about 3:20pm EDT today my Redlib containers have stopped functioning, with the dreaded rate limit exceeded error coming back.
Building a debug version of Redlib on my des…
-
Adding the `Send` trait to the `Scanner` was briefly discussed in #186, but I found the answer unconvincing. The explanation was that a `Scanner` cannot safely be used by many threads simultaneously, …
-
**Is your feature request related to a problem? Please describe.**
The traces produced by Tokio are great, however there are some areas in which the hierarchy in which the traces are emitted could be…
-
I don't actually know how to report this. But my app uses lapin and mqtt-proxy crates which are run on tokio runtimes. After integrating with tokio-console I see multiple (thousands in couple of minut…
-
Hi!
I am porting a project from async-std to tokio to test out the new tokio-console project. The good news is it went flawlessly, however the console can refer to tasks by name and we currently do…
-
Since a usual pattern is to call `console_subscriber::init()` at the beginning of the `main` function, we end up initializing the subscriber after the task spawned by the tokio macro is created. We th…
-
### Description
Now that the rust implementation is finished, there could be many performance improvements added to it. These boil down to three categories. CPU time, memory allocation, and polling…