Skip to content

Instantly share code, notes, and snippets.

View chris-bernard's full-sized avatar

Christophe B chris-bernard

View GitHub Profile
@chris-bernard
chris-bernard / ArrayCopierBenchmark.java
Created January 30, 2014 15:52
Array copy benchmark
package fr.amadeus.ws.pricexplorer;
import com.google.common.base.Stopwatch;
import java.util.Arrays;
/**
* Array copy benchmark
* java -cp . -Xint ArrayCopierBenchmark performance 250000
*/