git-gutter.elの高速化検討・人柱募集

追記 2014年 6月 1日
0.60をリリースしました


https://github.com/syohex/emacs-git-gutter/pull/46


追記 2014年 5月 27日
Emacs 24.4 pretest以前のバージョンで動作しない問題を修正

ソース

https://github.com/syohex/emacs-git-gutter/blob/next-release/git-gutter.el


Caskを使っている方は以下でインストールできます.

(depends-on "git-gutter" :git "https://github.com/syohex/emacs-git-gutter.git"
            :branch "next-release")

はじめに

現在 git-gutter.elの高速化を行っています.
遅い原因であった window-configuration-change-hook依存の排除,
非同期対応, 可読性の向上等々行っています.

人柱募集

自分では既に 2日ほど使っていてだいぶ問題ない感じかなと思って
いるのですが, masterにマージするまでになるべく多くの意見を
いただきたいと考えていますので, よろしかったら使ってみて,
不具合, 意見等をお知らせいただければと思います.

意見

https://github.com/syohex/emacs-git-gutter/issues


意見は github issuesまでお願いします.