- Coming Soon- https://harmful.blog/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
go test -bench=. -test.benchmem=true -test.benchtime=10s | |
goos: darwin | |
goarch: amd64 | |
BenchmarkDirectCall-12 1000000000 1.31 ns/op 0 B/op 0 allocs/op | |
BenchmarkInterface-12 1000000000 1.69 ns/op 0 B/op 0 allocs/op | |
BenchmarkHoF-12 1000000000 1.61 ns/op 0 B/op 0 allocs/op |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//from http://www.saltycrane.com/blog/2015/12/switching-emacs-vim-actually-spacemacs/ | |
Useful Spacemacs commands | |
SPC q q - quit | |
SPC w / - split window vertically | |
SPC w - - split window horizontally | |
SPC 1 - switch to window 1 | |
SPC 2 - switch to window 2 | |
SPC w c - delete current window |