• Joined on 2026年03月23日
ShadowBeast pushed to thread_theftier at ShadowBeast/zig 2026年03月26日 15:37:25 +01:00
b0f4a3a856 Threaded/test.zig: Add nested groupAsync test
3212d4be93 Threaded.zig: Remove decrement from async limit and saturating subtraction from pool limit
b7a8d2babd Threaded.zig: Implement per-thread queuing with work stealing
abd131e336 zig cc: make --version use the full clang CLI lowering code path
54b3484256 Revert "disable flaky test: aarch64-macos stage3/4 nondeterminism check"
Compare 10 commits »
ShadowBeast created branch thread_theftier in ShadowBeast/zig 2026年03月26日 15:37:20 +01:00
ShadowBeast reopened pull request rcalixte/zig#1 2026年03月26日 15:25:20 +01:00
std.Io.Threaded: fix lost wakeups and thread spawning in work stealing
ShadowBeast commented on pull request rcalixte/zig#1 2026年03月26日 15:25:19 +01:00
std.Io.Threaded: fix lost wakeups and thread spawning in work stealing

Even better than local outputs, look at this

ShadowBeast commented on pull request rcalixte/zig#1 2026年03月26日 15:15:20 +01:00
std.Io.Threaded: fix lost wakeups and thread spawning in work stealing

Sure, I can try to see if I can find the outputs from 3 days ago... but chill bro I was only trying to help, meant no disrespect

ShadowBeast commented on pull request rcalixte/zig#1 2026年03月26日 11:02:20 +01:00
std.Io.Threaded: fix lost wakeups and thread spawning in work stealing

I assure you it has been tested, I wouldn't push it otherwise, there's a clear repro isolating the issue, and it passes after the fix, take a closer look

ShadowBeast commented on pull request ziglang/zig#31664 2026年03月26日 10:58:08 +01:00
Threaded.zig: Implement per-thread queuing with work stealing

How is it sloopy? Tried my best 😅

ShadowBeast closed pull request ziglang/zig#31648 2026年03月26日 10:49:27 +01:00
test/run_output_caching: sync file before close to prevent flaky empty reads on Windows
ShadowBeast pushed to windows-rename-retry at ShadowBeast/zig 2026年03月26日 09:45:39 +01:00
0b890d7403 std.Io.Threaded: retry rename on transient Windows AccessDenied
bf6ddd377b test: add regression test for #31561
94355f1920 README: add information about installation via bootstrap.c
8f6bad065e std.Thread.setName/getName: remove wrong error handling
4431ca28b8 fix Windows clock handling
Compare 15 commits »
ShadowBeast pushed to thread-stealing-fixes at ShadowBeast/zig 2026年03月25日 23:03:13 +01:00
5c38950d6a std.Io.Threaded: fix lost wakeups and thread spawning in work stealing
ShadowBeast commented on pull request ziglang/zig#31664 2026年03月25日 22:40:12 +01:00
Threaded.zig: Implement per-thread queuing with work stealing

Hey, opened a PR attempting to fix the issue on your repo :)

ShadowBeast created pull request rcalixte/zig#1 2026年03月25日 22:38:29 +01:00
std.Io.Threaded: fix lost wakeups and thread spawning in work stealing
ShadowBeast pushed to thread-stealing-fixes at ShadowBeast/zig 2026年03月25日 22:34:49 +01:00
1733ab2af0 std.Io.Threaded: fix lost wakeups and thread spawning in work stealing
385ca46016
Threaded.zig: Implement per-thread queuing with work stealing
Compare 2 commits »
ShadowBeast created branch thread-stealing-fixes in ShadowBeast/zig 2026年03月25日 22:34:48 +01:00
ShadowBeast pushed to master at ShadowBeast/zig 2026年03月25日 15:19:19 +01:00
94355f1920 README: add information about installation via bootstrap.c
8f6bad065e std.Thread.setName/getName: remove wrong error handling
4431ca28b8 fix Windows clock handling
eec244c5a2 std.crypto.tls.Client: expose InitError (#31610)
589bcb2544 std.heap.ArenaAllocator: Make resize and free check whether allocation is within current node more rigorously
Compare 13 commits »
ShadowBeast commented on issue ziglang/zig#31580 2026年03月25日 14:25:37 +01:00
ELF linker crashes with large Bss
ShadowBeast pushed to windows-rename-retry at ShadowBeast/zig 2026年03月25日 12:49:20 +01:00
c137e7201d std.Io.Threaded: retry rename on transient Windows AccessDenied
ShadowBeast pushed to io-accept-options at ShadowBeast/zig 2026年03月24日 20:18:32 +01:00
577263f818 std.Io.net.Server: make AcceptOptions a required parameter
ShadowBeast created pull request ziglang/zig#31648 2026年03月24日 20:12:35 +01:00
test/run_output_caching: sync file before close to prevent flaky empty reads on Windows