Skip to content

Commit 3657bab

Browse files
blitz: bump generation counter to [op:4][gen:28][fd:32]
Update blitz dependency to include wider generation counter — 28 bits (~268M generations per fd slot) instead of 24 bits (~16.7M). Op field shrunk from 8 to 4 bits (only 5 opcodes needed). Under sustained rapid close/accept cycles, wraparound now takes ~7.5 hours instead of ~28 minutes at 100μs/cycle. Addresses MDA2AV's review feedback.
1 parent d52d561 commit 3657bab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

frameworks/blitz/build.zig.zon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
},
1010
.dependencies = .{
1111
.blitz = .{
12-
.url = "https://github.com/BennyFranciscus/blitz/archive/8e3c336461eb73aef0cda663ff897695adda9d35.tar.gz",
13-
.hash = "blitz-0.1.0-OJAP5kT0BABnrwvM4bHsd7bwc5goTbzHhkcD-74GtPVL",
12+
.url = "https://github.com/BennyFranciscus/blitz/archive/85563faa57d83d82523ece907793c56a037c4f1d.tar.gz",
13+
.hash = "blitz-0.1.0-OJAP5pT0BAB0Cz0lSfeXA-h9xOG5UPoJPTeUcHxKIoA1",
1414
},
1515
},
1616
}

0 commit comments

Comments
 (0)