←back to thread

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

Not sure how many of these translate to other languages.

replies(1): >>44561570 #
1. 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.