Remix.run Logo
OrangeDelonge a day ago

Parsing large JSON can supposedly be much accelerated by SIMD

MiroslavPokorny 18 hours ago | parent [-]

Well theres not much point in just parsing a large json file, there will always be more work which cant be done using SIMD and that work time will be significantly larger than the portion spent parsing.