Skip to content
Avatar

Organizations

@ziglang
Block or Report

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.

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 302 11

  2. Benchmarking a faster std.Mutex implementation for Zig

    Zig 18 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
    
                  

312 contributions in the last year

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

Contribution activity

December 2022

Created a pull request in tigerbeetledb/tigerbeetle that received 2 comments

Storage/LSM: Introduce on_next_tick for deferred scheduling

There's a lot of places in the codebase which resolve callbacks in their starting function inline. Practically, that makes sense as the callback re…

+323 −58 2 comments

Seeing something unexpected? Take a look at the GitHub profile guide.