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 on Oct 6, 2023 | 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.




Join us for AI Startup School this June 16-17 in San Francisco!

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

Search: