Y
Hacker News
new
|
ask
|
show
|
jobs
by
kurhan
1050 days ago
Also new virtual threads might be beneficial. I was experimenting using Vector api for matrix multiplication once and effect was pretty good.
1 comments
mike_hearn
1050 days ago
Virtual threads shouldn't help as the program isn't I/O or wait bottlenecked. It's a pure computation, so it's all about vectorization here.
link