mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
These changes have been made to resolve issue #10037. The `Random` interface was implemented in such a way that causes significant slowdown when calling the `fill` function of the rng used. The `Random` interface is no longer stored in a field of the rng, and is instead returned by the child function `random()` of the rng. This avoids the performance issues caused by the interface. |
||
|---|---|---|
| .. | ||
| adler.zig | ||
| auto_hash.zig | ||
| benchmark.zig | ||
| cityhash.zig | ||
| crc.zig | ||
| fnv.zig | ||
| murmur.zig | ||
| wyhash.zig | ||