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
319 contributions in the last year
Less
More
Contribution activity
March 2023
Created 8 commits in 1 repository
Created a pull request in tigerbeetledb/tigerbeetle that received 7 comments
scripts: build.sh for proper zig build on macOS Ventura
On macOS Ventura (13), building an exe when the OS portion of the target is "native" (i.e. aarch64-native, NOT native-macos) hits an abort in zig's…
+380
−6
•
7
comments
Opened 3 other pull requests in 1 repository
tigerbeetledb/tigerbeetle
1
open
2
merged
Reviewed 8 pull requests in 1 repository
tigerbeetledb/tigerbeetle
8 pull requests
- Trace number of io completions queued in sqe and number actually submitted to the kernel
- [C Client] Sample program
- LSM: implement move table optimization for compaction
- IO: Drain completed FIFO in flush
- Move Ventura support in scripts/install.sh to scripts/build.sh; fix for node build on ventura
-
scripts: build.sh for proper
zig buildon macOS Ventura - forest_fuzz crash testing
- Allow manually dispatching release weekly for testing



