Skip to content

Instantly share code, notes, and snippets.

View dmitshur's full-sized avatar

Dmitri Shuralyov dmitshur

View GitHub Profile
@dmitshur
dmitshur / gist:30a39a79e7db8c343911
Last active December 19, 2015 02:09 — forked from dinedal/gist:a4a95a871846d4e68937
Benchmark of two Go funcs template.
package main
import "fmt"
import "testing"
import "math/rand"
import "time"
var result bool
func StrCmp(n string) bool {