Programmer with a focus on server side optimization, compilers and all things close to hardware.
Block or Report
Block or report kprotty
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
123
pub fn ParkingLot(comptime Config: type) type {
4return struct {
5pub const Lock: type = Config.Lock;
-
1
// Bit-vector + rand shuffle order scheduler23const std = @import("std");
4const Allocator = std.mem.Allocator;
5
464 contributions in the last year
Contribution activity
May 2022
Created 11 commits in 3 repositories
Created 1 repository
Opened 1 pull request in 1 repository
kprotty/usync
1
merged
Reviewed 4 pull requests in 2 repositories
ziglang/zig
3 pull requests
metrics-rs/metrics
1 pull request
Created an issue in ziglang/zig that received 2 comments
Handling atomic fences under ThreadSanitizer
So LLVM's ThreadSanitizer (TSan) is a tool for detecting race conditions. It detects races by rewriting memory operations to call their own functio…
2
comments

