Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
xmcqdpt2
on May 31, 2023
|
parent
|
context
|
favorite
| on:
AVX512 intrinsics for JDK’s Arrays.sort methods
Luckily for us, we don't need to actually understand this C++ code to use AVX 512 for faster sorting. We can just do
Arrays.sort(arr)
in Java!
re-thc
on May 31, 2023
[–]
But then people say it's too verbose. Maybe it needs to be:
A.s(arr)
tialaramex
on May 31, 2023
|
parent
[–]
arr.sort() or sort(arr) seem reasonable to me
kaba0
on May 31, 2023
|
root
|
parent
[–]
You can static import Arrays.sort, so the second option could work.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: