Gunnar

Results 9 comments of Gunnar

Hi I am currently looking at optimizing the plotting of many data points. I have done profiling. There are a few problem as I see it with the current code...

Hi all who are interested in this, I have implemented plotting of borrowed data: This basically allows you to pass `Iterator`s over `&Coordinate`. Using this you can more easily implement...

Reading a pem ed25519 key definitely does not work.

I have a two step container build process to reduce container size. In the initial build container everything works fine. However, In my second container it breaks with the same...

> Did you benchmark to see what kind of performance gains this can give? I have done profiling to see what was hurting performance. The recreation of all Points was...

> Nice, this is looking much better! > > It would be great if one of the examples in `crates/egui_demo_lib/src/demo/plot_demo.rs` used the new borrowing mechanism Added Scatter plot example with...

> First of all, I appreciate all the effort you've put into this! > > However, this is a lot of new complexity, so I want to make sure this...

Hi, Thank you for creating such a cool tool! I haven't been able to recreate the problem minimally. I will keep trying tho! Additionally, I have checked all package names...

The latest mqrstt version likely does not support embassy. The latest Mqrstt version focuses on supporting tokio. The thing is that async read/write traits are different per runtime, this adds...