The Wayback Machine - https://web.archive.org/web/20220529235645/https://github.com/kprotty
Skip to content
Avatar

Achievements

Achievements

Organizations

@ziglang
Block or Report

Block or report kprotty

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. zap Public

    An asynchronous runtime with a focus on performance and resource efficiency.

    Zig 257 9

  2. Benchmarking a faster std.Mutex implementation for Zig

    Zig 9 1

  3. 1
    
                  
    2
    
                  
    3
    pub fn ParkingLot(comptime Config: type) type {
    4
        return struct {
    5
            pub const Lock: type = Config.Lock;
  4. 1
    // Bit-vector + rand shuffle order scheduler
    2
    
                  
    3
    const std = @import("std");
    4
    const Allocator = std.mem.Allocator;
    5
    
                  

464 contributions in the last year

Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Mon Wed Fri

Contribution activity

May 2022

Created 1 repository
Opened 1 pull request in 1 repository
kprotty/usync 1 merged

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
Opened 1 other issue in 1 repository
karlseguin/websocket.zig 1 open