Mohak_Goel
(Mohak Goel)
1
Why does MongoDB don’t have SIMD instructions implemented till now?
Artur_57972
(Artur Costa)
2
Can you give an example of what you want to accomplish with that?
Mohak_Goel
(Mohak Goel)
3
SIMD instructions can improve the performance on different architecture like using NEON intrinsics can improve the performance of MongoDB on ARM platform and using AVX instructions can improve the performance on x86 platform.