Package fi.iki.jmtilli.javafastcomplex
Class ComplexPerformanceTest
java.lang.Object
fi.iki.jmtilli.javafastcomplex.ComplexPerformanceTest
public class ComplexPerformanceTest
extends java.lang.Object
Performance test for immutable 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 ComplexPerformanceTest()
-
Method Summary
Modifier and Type Method Description static void
main(java.lang.String[] args)
-
Constructor Details
-
ComplexPerformanceTest
public ComplexPerformanceTest()
-
-
Method Details
-
main
public static void main(java.lang.String[] args)
-