Go to page content

Andrew Thompson Blog.

Articles about: egit

Optimizing egitd; Part 5

Alright, I'm just going to fix some miscellaneous stuff in egit that bother me. First up is the… Read more »

Optmizing egitd; Part 4

So, I did some concurrent cloning benchmarks (protip: disable spotlight if you're on OSX if you're… Read more »

Optimizing egitd; Introduction

I was thinking the other night about egitd , the erlang git-daemon that github wrote because they… Read more »

Optimizing egitd; Part 1

Alright, here we go. The first thing is to get the code on my machine and get it to run. Since I'm… Read more »

Optimizing egitd; Part 2

I've started moving the handing of the individual socket connections out into a gen_server. I have… Read more »