Skip to content

Instantly share code, notes, and snippets.

View richardartoul's full-sized avatar

Richard Artoul richardartoul

View GitHub Profile
@richardartoul
richardartoul / public.key
Created December 3, 2017 21:12
kovan faucet sink
0x4e1086e599178104e71a818a28320923402f5743
@richardartoul
richardartoul / benchmark_time.go
Last active October 23, 2017 17:35
Benchmark map[time.Time] vs map[int64]
package main
import (
"testing"
"time"
)
// Package-level variables to prevent compiler optimizations
var timeMapSum int
var int64MapSum int