/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Strategies for Fast Lexers
(xnacly.me)
180 points
xnacly
| 2 comments |
14 Jul 25 14:42 UTC
|
HN request time: 0s
|
source
1.
cratermoon
◴[
14 Jul 25 15:21 UTC
]
No.
44561251
[source]
▶
>>44560871 (OP)
#
... written in C.
Not sure how many of these translate to other languages.
replies(1):
>>44561570
#
ID:
GO
2.
xnacly
◴[
14 Jul 25 15:48 UTC
]
No.
44561570
[source]
▶
>>44561251 (TP)
#
Most of them, jump tables work in rust, mmapping too. deferred numeric parsing, keeping allocations to a minimum, string slices, interning and inline hashing all work in rust, go, c, c++; you name it.
↑