Yiannis Marangos

Results 81 comments of Yiannis Marangos

> revm is currently not wasm ready as ruint (dependent lib) is not there. Actually we are already running revm in WASM environment and works. > The reason why i...

> How does the fetching over the network happen is it from wasm or outside, if you have a small example that would be great for me to see. I...

@weihanglo Not really. This does not propagate to dependencies, so you can not just define `OPENSSL_DIR` from a `build.rs`.

Escaping is not supported, so in this case do you mean by replacing invalid characters with something else? For example with `_`?

From my understanding `recv_async` is cancel safe. Am I correct? Can we document this?

@Amanieu Sorry for pinging you, I didn't know who else to ping. What is you opinion/review on this?

@youknowone I don't know about the problem. Do you have a link to it? If the problem is when using `Tool`, then maybe it is related.

Sure. I opened a PR.

Another ideas: 1. We can provide an API for setting a limit for the free queue. If the limit is reached, then we do not push new items. 2. We...

Added a benchmark for `Pool::get`. Each `get` before my commits costs ~54 ns, after my commits it costs ~66 ns. With reference: ``` test remem::get ... bench: 54,504 ns/iter (+/-...