Given that its 2025, a blog post that only covers parsing IPv4 addresses doesn't deserve much of my time.
I visited the blog post hoping the author would be presenting a dual-stack algorithm. I was sadly disappointed.
signa11•1mo ago
this was vibe-coded and then human improved.
references to faster version of it are already provided.
blell•1mo ago
2025 and we still get smug comments like this one. I am sadly disappointed.
commandersaki•1mo ago
I like skeeto's version [0], but it allows for unbounded parsing due to unbounded zero padding of decimals, so therefore not constant time. Probably only requires an additional counter for the number of digits seen to mitigate that, but it would probably yucky the code a bit.
traceroute66•1mo ago
I visited the blog post hoping the author would be presenting a dual-stack algorithm. I was sadly disappointed.
signa11•1mo ago
references to faster version of it are already provided.
blell•1mo ago