←back to thread

180 points xnacly | 1 comments | | HN request time: 0.246s | source
1. s3graham ◴[] No.44562759[source]
simdjson is another project to look at for ideas.

I found it quite tricky to apply its ideas to the more general syntax for a programming language, but with a bunch of hacking and few subtle changes to the language itself, the performance difference over one-character-at-a-time was quite substantial (about 6-10x).