Comment on Accelerated SQL for JSON with AVX512 (Golang)parentComments−gpapilion4yAm I missing the comparison of avx ve non-avx performance?−fwessels4ySneller founder here: we do not have any non-AVX code so we cannot compare directly against that. But generally speaking our code always works on 16 lanes in parallel per core, so that gives a huge speed-up.
Comments
Am I missing the comparison of avx ve non-avx performance?
Sneller founder here: we do not have any non-AVX code so we cannot compare directly against that. But generally speaking our code always works on 16 lanes in parallel per core, so that gives a huge speed-up.