Class ComplexBufferPerformanceTest

java.lang.Object
fi.iki.jmtilli.javafastcomplex.ComplexBufferPerformanceTest

public class ComplexBufferPerformanceTest
extends java.lang.Object
Performance test for mutable complex numbers. Shows that having a common interface to mutable and immutable complex numbers has no performance penalty, but the garbage-collection of immutable complex numbers has a large performance penalty.
  • Constructor Summary

    Constructors 
    Constructor Description
    ComplexBufferPerformanceTest()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait