Skip to content

Instantly share code, notes, and snippets.

View wizjin's full-sized avatar
👨‍💻
Coding...

wizjin wizjin

👨‍💻
Coding...
View GitHub Profile
@wizjin
wizjin / hash_bench_test.go
Last active March 7, 2024 02:51
Golang hash benchmark
package main
import (
"crypto/md5"
"crypto/sha1"
"crypto/sha256"
"crypto/sha512"
"hash"
"hash/fnv"
"testing"
@wizjin
wizjin / .vimrc
Created March 8, 2014 02:56
Vim configure
""""""""""""""""""""""""""""""""""""""""
" Vim configure
"
" > .vimrc - http://amix.dk/vim/vimrc.html
" info -> :)
"
" > peaksea.vim - http://www.vim.org/scripts/script.php?script_id=760
" info -> peaksea collor scheme
"
" > Commond-T - http://www.vim.org/scripts/script.php?script_id=3025