go, golang, goroutine, gocon intro先日の Go のカンファレンス GoCon で、 Go の平行処理周りについて発表させて頂きました。 Go Conference 2013 spring - connpass 具体的には Goroutine や Channel の話ですが、これらの機能は結構面白くて、いじって遊ん... 続きを読む
Versions 0.6.4 March 30, 2013 0.6.3 March 19, 2013 0.6.2 February 3, 2013 0.6.1 December 15, 2012 0.6.0 December 15, 2012 Show all versions (41 total) 続きを読む
Parallel.js is a library for performing parallel computing in Javascript using web workers.Parallel Computing with Javascript Parallel.js is a tiny library for multi-core processing in Javascript. It was created to take full advantage of the ... 続きを読む
HTTP Git Read-Only This URL has Read+Write access 続きを読む
GNU Parallel の Manpage にある Example をメモ。 GNU Parallel - GNU Project - Free Software Foundation GNU parallel は xargs の様な感覚で引数を取りながら、処理を並列に実行するコマンド。for や while の代用として、ループを簡潔に書くためにも使え... 続きを読む