Stream: git-wasmtime

Topic: wasmtime / PR #4917 Optimize the WASI `random_get` implem...


view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2022 at 00:04):

sunfishcode opened PR #4917 from sunfishcode/optimize-random-get to main:

Use StdRng instead of the OsRng in the default implementation of random_get. This uses a userspace CSPRNG, making random_get 3x faster in simple benchmarks.

<!--

Please ensure that the following steps are all taken care of before submitting
the PR.

Please ensure all communication adheres to the code of conduct.
-->

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2022 at 01:37):

sunfishcode updated PR #4917 from sunfishcode/optimize-random-get to main.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2022 at 01:44):

sunfishcode updated PR #4917 from sunfishcode/optimize-random-get to main.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2022 at 15:26):

alexcrichton submitted PR review.

view this post on Zulip Wasmtime GitHub notifications bot (Sep 16 2022 at 15:27):

alexcrichton merged PR #4917.


Last updated: Nov 22 2024 at 17:03 UTC