Hacker News new | ask | show | jobs
by netshade 4723 days ago
Cool library, can imagine how moving away from boxing / unboxing can be a huge boost for them.

I've been looking for something that gave SIMD intrinsics to Java programmers - does anyone know if such a thing exists? Could be a nice addition to this lib.

1 comments

You can't, unless you write it as native code, put your data in direct NIO buffers, and go through the JNI dance.
Ah well, had hoped there might be an already made thing out there. Thanks!