aboutsummaryrefslogtreecommitdiff
path: root/lib/std/hash/benchmark.zig
AgeCommit message (Expand)Author
2025-09-18Remove usages of deprecatedWriterandrewkraevskii
2025-07-19std.hash.RapidHash: removeAndrew Kelley
2025-07-07std.fmt: breaking API changesAndrew Kelley
2025-07-07std.io: move getStdIn, getStdOut, getStdErr functions to fs.FileAndrew Kelley
2025-02-22Add rapidhash (#22085)Chris Covington
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-04-28std.hash.crc: update legacy crc usage in stdMarc Tiehuis
2024-03-19extract std.posix from std.osAndrew Kelley
2024-02-08Replace std.rand references with std.Randome4m2
2023-10-17XXH3 Implementation for Zig STD (#17530)David
2023-07-24Xxhash perf (#15947)Dominic
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-02Fix std.hash benchmarks (#15917)Frank Denis
2022-04-24std: fix crypto and hash benchmarkjagt
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-11-30std lib API deprecations for the upcoming 0.9.0 releaseAndrew Kelley
2021-10-27std.rand: Refactor `Random` interfaceOminitay
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-09-19Update `hash` & `crypto` benchmarks run comment (#9790)Ali Chraghi
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-14CLI: rename --override-lib-dir to --zig-lib-dirAndrew Kelley
2021-04-15std: change `@import("builtin")` to `std.builtin`Andrew Kelley
2020-12-31Year++Frank Denis
2020-08-22Promote hash/siphash to crypto/siphashFrank Denis
2020-08-20add license header to all std lib filesAndrew Kelley
2020-07-11run zig fmt on std lib and self hostedVexu
2020-06-25Use writer in benchmarksdata-man
2020-04-03Update all remaining uses of &outStream().streamRyan Liptak
2020-03-01short std.builtin enum literals in std libxackus
2020-02-01Run `zig fmt`LemonBoy
2020-01-18std: use non-exhaustive enums from crc moduledaurnimator
2020-01-09Fix remaining variadic formatted printsRyan Liptak
2019-12-08std.fmt.format: tuple parameter instead of var argsAndrew Kelley
2019-12-06getStdOut fixesdata-man
2019-10-01Replace code occurences of --override-std-dir with --override-lib-dirSamTebbs33
2019-09-25mv std/ lib/Andrew Kelley