Programmer with a focus on server side optimization, compilers and all things close to hardware.
Pinned Loading
-
zig-adaptive-lock
zig-adaptive-lock PublicBenchmarking a faster std.Mutex implementation for Zig
-
Small & Fast synchronization primiti...
Small & Fast synchronization primitives for Zig 123pub fn ParkingLot(comptime Config: type) type {
4return struct {
5pub const Lock: type = Config.Lock;
-
Zig nanocoroutines
Zig nanocoroutines 1// Bit-vector + rand shuffle order scheduler
23const std = @import("std");
4const Allocator = std.mem.Allocator;
5
228 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
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
-
feat(runtime): Account translation for syscall CPI
This contribution was made on Apr 4
Reviewed 2 pull requests in 1 repository
Syndica/sig
2 pull requests
-
feat(runtime): CallerAccounts for syscall cpi
This contribution was made on Apr 9
-
feat(runtime): implement bpf-execution without program cache
This contribution was made on Apr 3