badoo / codeisok

Git code browsing and code review tool
GNU General Public License v3.0
85 stars 16 forks source link

Improve performance of SBS mode #17

Closed NikhilVerma closed 6 years ago

NikhilVerma commented 6 years ago

I have updated some params for mergely to speed up the side by side diff.

However to achieve proper speedup we need to re-write it without mergely and use a simpler solution like github: https://github.com/coreutils/coreutils/compare/master...pixelb:selinux-restorecon?diff=split&name=selinux-restorecon#diff-04fc61405b2ffdc1bf8ed9f6a335c837R8472

NikhilVerma commented 6 years ago

@uyga Can you pls have a look at it once more? I've made further improvements and hopefully it should fix the issues in performance and scrolling. I'll be basing my treediff improvements on top of this branch.