You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately, I don't think I'll have capacity to look into this in the near future. Also, my knowledge of SIMD is pretty limited.
Having said that:
But without the vector api that what we can do now.
I think there's value in first trying something that is not using the Vector API (like the code suggested above). That way Pekko can keep supporting old Java versions, as well as being easier to cross compile to JS and Native.
Hopefully that would hit the autovectorizaton logic in some of those platforms, but I haven't tested that 😅
Motivation:
When reading the code in #1247 , I recall that we can improve performance with SIDM.
related blog: https://richardstartin.github.io/posts/finding-bytes
and for reference in Netty: netty/netty#10737
Would you like to take a look at this too @JD557
The text was updated successfully, but these errors were encountered: