TOMLDecoder Is Now Faster Than C (Thanks to AI)(duan.ca)3 ポイント·投稿者 DaNmarner·6 か月前·1 コメントduan.caTOMLDecoder Is Now Faster Than C (Thanks to AI)https://duan.ca/2026/01/01/TOMLDecoder-Is-Faster-Than-C/1 コメントコメントを投稿[–]hairband_dude·6 か月前返信Interesting. I'm curious if it did any SIMD tokenisation optimisations a la simdjson (not sure if swift has a SIMD API for it to use).It's also not obvious what optimisations the c/c++ libraries were compiled with; Should be -O3 -march=native at the very least.
It's also not obvious what optimisations the c/c++ libraries were compiled with; Should be -O3 -march=native at the very least.