Skip to content

Instantly share code, notes, and snippets.

@vbsteven
vbsteven / TestArray.java
Last active November 19, 2015 09:58
Two Java implementations for a small language benchmark Matthew Jackowski did. http://www.marcinkliks.pl/2015/02/22/swift-vs-others/
/**
* Created by @vbsteven on 09/10/15.
*
* Run with "javac TestArray.java && java TestArray"
*/
public class TestArray {
public static void main(String[] args) {
long sum = 0;