/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Strategies for Fast Lexers
(xnacly.me)
180 points
xnacly
| 1 comments |
14 Jul 25 14:42 UTC
|
HN request time: 0.249s
|
source
1.
JonChesterfield
◴[
14 Jul 25 17:03 UTC
]
No.
44562504
[source]
▶
>>44560871 (OP)
#
Byte at a time means not-fast but I suppose it's all relative. The benchmarks would benefit from a re2c version, I'd expect that to beat the computed goto one. Easier for the compiler to deal with, mostly.
ID:
GO
↑