Hacker News new | ask | show | jobs
by matu3ba 888 days ago
A more recent example of excellent work with Zig on improving state of the art parsing can be seen in this fine presentation of a SIMD-heavy project: https://www.youtube.com/watch?v=oN8LDpWuPWw. It shows SWAR-techiques for embedded devices to be used in place of SIMD are useful + feasible and missed out LLVM optimizations on non-x86/x86_64 besides technical background and theory on simplified examples.