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
312 contributions in the last year
Less
More
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
Reviewed 11 pull requests in 1 repository
tigerbeetledb/tigerbeetle
11 pull requests
- Config: storage_size_max, storage_size_limit
- Build: Ensure header is generated before dependent
- Journal: Recover the WAL within Replica.open()
- Journal: Repair local redundant headers for decision=fix
- Journal: Cleanup
- VSR: s/leader/primary; s/follower/backup
- StateMachine.Workload; test/StateMachine
- Fix Java client on Windows
- [WIP] Submodules rework
- Config: Rename "config" to "constants"
- Main: Group config values


