Adam Ning

Results 25 comments of Adam Ning

@ralfbiedert Would you shred some light on how to "measure()" allocation was done? I was looking at some memory problem inside my code, interested to know a tool for such...

@ralfbiedert thanks very much for sharing

What's the status of the GC feature ?

May I ask the difference of current implementation from the one in tikv/client-go code ?

Got it, because I saw 0.5.0 is not the newest commit. Is 0.5.0 implement according to final3 ? Any plan to publisher the latest code? We'd like to use this...

Is It possible different KV implement has different key value Type?

thanks, I think channel may be slower comparing with implmenting stream based on boxed future function. In addition I've manage to replace all the async fn with sized future, but...

I have open a pull request about gnome-shell search , check this out https://github.com/nvbn/everpad/pull/474

If fmt allow to change, is it ok to let "Operation" enum to derive Debug/Display using fmt_derive crate, or use a short form fmt with display_attr crate ?