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
Any plans of improving the Adaptive Radix Trie implementation with SIMD operations? The new incubating Vector API might be useful, also in terms of feedback for the JDK guys :-)
Furthermore a height optimized trie (Paper and Ph.D. thesis of Robert Binna) would probably also be an improvement.
The text was updated successfully, but these errors were encountered:
Any plans of improving the Adaptive Radix Trie implementation with SIMD operations? The new incubating Vector API might be useful, also in terms of feedback for the JDK guys :-)
Furthermore a height optimized trie (Paper and Ph.D. thesis of Robert Binna) would probably also be an improvement.
The text was updated successfully, but these errors were encountered: