2012-06-30から1日間の記事一覧

TimSort in JSX

JavaScriptのArray.prototype.sort()のアルゴリズムは特に規定されていないようだ。つまり、stableかどうかや最悪計算量は処理系依存である。その結果、JSXのsort()も同様となっている。そこで、stable sortであるTimSortのJava版をJSXに移植してみた。 http…

Mouse repository has been moved to github

I've fixed several issues, released 0.99, and moved the Mouse repository to github. https://github.com/gfx/p5-Mouse I believe that Mouse is still the best class builder for Perl5. Enjoy Perl ;)