I hereby claim:
- I am gkristic on github.
- I am gkristic (https://keybase.io/gkristic) on keybase.
- I have a public key ASBw5-o5p-7o4bm_mLdOd6WY2b3V2iF-zGxvbrxUHhTkoAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| package main | |
| import ( | |
| "regexp" | |
| "testing" | |
| ) | |
| func matches(str, pattern string) bool { | |
| p, s := 0, 0 | |
| matches := true |
| package main | |
| import ( | |
| "fmt" | |
| "os" | |
| "strings" | |
| "syscall" | |
| "time" | |
| ) |
| BenchmarkIntParse 50000000 57.1 ns/op | |
| BenchmarkIntScanf 1000000 1911 ns/op | |
| BenchmarkStrScanf 1000000 1675 ns/op |
| package main | |
| import ( | |
| "os" | |
| "log" | |
| "time" | |
| "syscall" | |
| ) | |
| func main() { |