←back to thread

180 points xnacly | 2 comments | | HN request time: 0s | source
1. cratermoon ◴[] No.44561251[source]
... written in C.

Not sure how many of these translate to other languages.

replies(1): >>44561570 #
2. xnacly ◴[] No.44561570[source]
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.