I hereby claim:
- I am inkel on github.
- I am inkel (https://keybase.io/inkel) on keybase.
- I have a public key ASAseuKQokVV8apQZnqXgYpxDy-Ra8zQew1idmeGghr29Qo
To claim this, I am signing this object:
| package main | |
| import ( | |
| "fmt" | |
| "time" | |
| ) | |
| func main() { | |
| var ( | |
| ch = make(chan int) |
| package main | |
| import ( | |
| "strconv" | |
| "testing" | |
| ) | |
| func BenchmarkSetSpeed(b *testing.B) { | |
| set := make(map[string]int) | |
| for i := 0; i < 10; i++ { |
| using System; | |
| using System.Diagnostics; | |
| using System.Threading.Tasks; | |
| namespace AsyncTest | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #! /usr/bin/env ruby | |
| require "benchmark/ips" | |
| class Foo | |
| attr_accessor :params | |
| def perform(params) | |
| self.params = params |
| 246 | |
| 9 | |
| 3 | |
| 54 | |
| 237 | |
| 126 | |
| 6 | |
| 3 | |
| 3 | |
| 21 |
| 82c82 | |
| < | |
| --- | |
| > | |
| 90c90 | |
| < <h1>Cero a la izquierda</h1> | |
| --- | |
| > <h1><a href="/podcast/cero_a_la_izquierda/">Cero a la izquierda</a></h1> | |
| 95c95 | |
| < |
| #! /usr/bin/env ruby | |
| GC.disable | |
| require "objspace" | |
| FMT = <<STATS.freeze | |
| before %10d | |
| after %10d | |
| ---------- |
| #!/bin/bash | |
| set -e | |
| # Send a private message to someone on slack | |
| # from the command line. | |
| # Print a usage message and exit. | |
| usage(){ | |
| local name=$(basename "$0") |