Comment by norir
18 hours ago
When using null terminated strings, parsing can be branchless because you don't need bounds checks and can use a jump table indexed by the byte.
18 hours ago
When using null terminated strings, parsing can be branchless because you don't need bounds checks and can use a jump table indexed by the byte.
No comments yet
Contribute on Hacker News ↗