zig/lib/std/os
Jonathan Marler ba445013c4
improve comptime windows GUID.parse performance
I found that after switching from my custom Guid parser to the one in std that it increased zigwin32 build times substantially (from 40 seconds to over 10 minutes).  More information can be found in the benchmark PR I created here: https://github.com/ziglang/gotta-go-fast/pull/21 .  This PR ports my GUID parser to std so all projects can leverage the faster comptime performance.
2022-01-29 18:10:22 +02:00
..
linux io_uring: improve IO_Uring.copy_cqe 2022-01-04 02:13:41 -05:00
plan9 plan9: more syscalls 2021-11-09 07:08:27 -05:00
uefi std/os/uefi: Add pool_allocator and raw_pool_allocator 2022-01-11 10:49:40 -07:00
windows stage1, stage2: rename c_void to anyopaque (#10316) 2021-12-19 00:24:45 -05:00
linux.zig fchown: use the 32-bit uid/gid variant of the syscall on 32-bit linux targets 2022-01-27 20:27:16 +02:00
plan9.zig plan9: more syscalls 2021-11-09 07:08:27 -05:00
test.zig stage1, stage2: rename c_void to anyopaque (#10316) 2021-12-19 00:24:45 -05:00
uefi.zig std.fs.path: revert recent public API change 2022-01-11 11:00:19 -07:00
wasi.zig std.os fixes to get the test suite passing again 2021-09-01 17:54:07 -07:00
windows.zig improve comptime windows GUID.parse performance 2022-01-29 18:10:22 +02:00