Commit 0feb287
Turn on fast-rng feature of uuid (#38273)
Without this, each call to `Uuid::new_v4()` makes a `getrandom()` syscall which is surprisingly slow.
GitOrigin-RevId: 668df08b6bce12c04f01da8a3dc6fcc444531a741 parent ecf7a99 commit 0feb287
2 files changed
+2
-1
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
0 commit comments