Post B5TdL5Hg5NCbffaXnE by hywan@floss.social
 (DIR) More posts by hywan@floss.social
 (DIR) Post #B5TdL5Hg5NCbffaXnE by hywan@floss.social
       0 likes, 1 repeats
       
       The fastest way to match characters on ARM processors?, https://lemire.me/blog/2026/04/19/the-fastest-way-to-match-characters-on-arm-processors/.In this article, Lemir talks about two SIMD ARM SVE/SVE2 instructions: `match` and `nmatch`, which fit nicely in the _vectorized classification_ step of `simdjson`. These instructions improve the performance of `simdjson` from 11.4Gb/s to 14.4Gb/s.#performance #simd #arm #json #parsing