Cloak icon indicating copy to clipboard operation
Cloak copied to clipboard

is it possible to implment a Rust version of this plugin?

Open videni opened this issue 4 years ago • 2 comments

videni avatar Sep 03 '21 08:09 videni

Well it's certainly possible and I could do it for fun, though it's unlikely I'll find much motivation for it because Go works fine. I haven't hit much rough edges like needing generics and the performance is very satisfactory after the optimisations I did last winter (2μs latency overhead and ~2.5GB/s throughput on loopback for a single stream). Rust can do better for sure but I don't think performance is bottlenecking this project in any regard

cbeuw avatar Sep 03 '21 18:09 cbeuw

@cbeuw , thanks for your quick response, the performance is good enough, howerver the memory consuming of Go sometime change dramstically because its garbage recycle, specially when system are extremely busy comaring with Rust. Rust should be more steady, I like Rust more than Go beside performance somehow😃. I'd like to help if you initiate a Rust version.

videni avatar Sep 07 '21 09:09 videni