Skip to content
View kprotty's full-sized avatar

Organizations

@ziglang

Block or report kprotty

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. zap Public

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

    Zig 507 18

  2. zig-adaptive-lock Public

    Benchmarking a faster std.Mutex implementation for Zig

    Zig 31 3

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

228 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

April 2025

Created 2 commits in 1 repository
Opened 1 pull request in 1 repository
Syndica/sig 1 open
Reviewed 2 pull requests in 1 repository
Syndica/sig 2 pull requests
Loading