Object VectorApiSpeedups

  • All Implemented Interfaces:

    
    public class VectorApiSpeedups
    
                        

    This class provides optimized implementations of various mathematical operations using the Java Vector API for better performance.

    The Vector API allows for SIMD (Single Instruction, Multiple Data) operations, which can significantly improve performance for these types of operations.

    Since:

    2.0.0

    Author:

    Oleg Shpynov