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
237 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 | April Apr | ||||||||||||||||||||||||||||||||||||||||
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 5 commits in 2 repositories
Created a pull request in Syndica/sig that received 14 comments
feat(runtime): Account translation for syscall CPI
Building on #647 to implement 1/3 of the translate functions used by the cpi syscalls.
+575
−211
lines changed
•
14
comments
Opened 2 other pull requests in 1 repository
Syndica/sig
1
open
1
merged
-
feat(runtime): implement syscall CPI
This contribution was made on Apr 15
-
feat(runtime): Instruction/Signer translation for syscall CPI
This contribution was made on Apr 11
Reviewed 6 pull requests in 1 repository
Syndica/sig
6 pull requests
-
feat(runtime): Instruction/Signer translation for syscall CPI
This contribution was made on Apr 16
-
feat(runtime): instruction error mapping, features, and system-program conformance
This contribution was made on Apr 15
-
feat(runtime): bpf-loader conformance (instructions only)
This contribution was made on Apr 15
-
feat(runtime): Account translation for syscall CPI
This contribution was made on Apr 9
-
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