@cliff_click And we’re actively hiring for Java on RISC-V (remote and in-office, PT to CST time zones). DM if you liked the discussion and are interested.
https://t.co/3uWfzOPZpF
Happy to see the vectorization of string and arrays hashCode picked up by @cl4es. An up to 6 times speed improvement in some hashCode heavy workloads (building indexes out of HashMap for example)
https://t.co/rJkys67XXW
Welcome @alexsnaps to speak at #Jfokus 2023! Happy to have you back in Stockholm! Alex will speak about Rust, check it out https://t.co/inJJx6CKtf #conferenceseason
Project Panama has been developed for years and not GA yet. How about a library for fast native calls with no JNI overhead built in two nights? :) It works with existing JDK 11+ and can replace deprecated Critical Natives. https://t.co/LNWx4qToAB
Last talk of the conference for me, I'll learn about the JDK 16 vector API thanks to @ludovic_dev at #DevoxxMA. JRuby will leap to JDK 17 at some point...I think Rubyists can benefit from vectorized operation, no?
SIMD? There’s a Java API for that… if you’re attending @DevoxxMA I’d recommend adding this session by @ludovic_dev to your schedule
https://t.co/f2pDNnLOO5
Because we own the whole stack down to machine code, it's been a lot of effort to get @TruffleRuby onto M1. Almost there though! Builds on work by RedHat, Microsoft, Oracle, especially @lewurm. I'm just trying to merge it all together.