Hacker News new | past | comments | ask | show | jobs | submit login
OpenJDK Merges Intel's x86-SIMD-sort For Speeding Up Data Sorting 7~15x (phoronix.com)
10 points by mfiguiere 7 months ago | hide | past | favorite | 2 comments



Can anyone please help with why sorting on smaller size int is faster than larger size int


Because the SIMD registers are a fixed width and the memory bandwidth is fixed, so you can process more values of a smaller bit width per unit time.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: