org.jruby.test.bench
Class BenchLongFibRecursive
java.lang.Object
org.jruby.test.bench.BenchLongFibRecursive
public class BenchLongFibRecursive
- extends java.lang.Object
- Author:
- headius
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ONE
public static final java.lang.Long ONE
TWO
public static final java.lang.Long TWO
BOXED_CACHE
public static BenchLongFibRecursive.BoxedLong[] BOXED_CACHE
BenchLongFibRecursive
public BenchLongFibRecursive()
main
public static void main(java.lang.String[] args)
benchPrimitiveLongFib
public static void benchPrimitiveLongFib(long n)
benchBoxedLongFib
public static void benchBoxedLongFib(long n)
benchFullyBoxedFib
public static void benchFullyBoxedFib(long n)
longFib
public static long longFib(long n)
boxedLongFib
public static java.lang.Long boxedLongFib(java.lang.Long n)
fullyBoxedFib
public static BenchLongFibRecursive.BoxedLong fullyBoxedFib(BenchLongFibRecursive.BoxedLong n)
Copyright © 2002-2007 JRuby Team. All Rights Reserved.