Skip to content

Instantly share code, notes, and snippets.

View ismaelga's full-sized avatar
🥔

Ismael Abreu ismaelga

🥔
View GitHub Profile
defmodule AppendBench do
use Benchfella
@list Enum.into 1..10000, []
bench "++" do
h = Enum.at @list, 0
@list ++ [h]
end

Keybase proof

I hereby claim:

  • I am ismaelga on github.
  • I am ism (https://keybase.io/ism) on keybase.
  • I have a public key whose fingerprint is 3595 FFAF 9015 F5F6 8B53 82A5 20CB F239 6D77 8B3B

To claim this, I am signing this object:

CURRENT=`pwd`
cd /tmp
git clone https://github.com/brhs/nomouse.git
cd nomouse
make
nohup ./bin/nomouse &
cd $CURRENT
clear
exit