|
Message-ID: <20150215174044.GS23507@brightrain.aerifal.cx> Date: Sun, 15 Feb 2015 12:40:44 -0500 From: Rich Felker <dalias@...c.org> To: musl@...ts.openwall.com Subject: Re: Please consider setting up a bug tracker? On Sun, Feb 15, 2015 at 06:32:25PM +0200, Jukka Jylänki wrote: > Oh, submitting without registering to the list sounds good, I'll do that > then. > > As for github, adjectives like "utterly hideous", "slow as molasses" and > "often down" are of course subjective opinions, so I don't have any say on > that, but can I ask what kind of integration limitations it has that are > needed? Also, I haven't used cgit - what makes it better than GitHub in > your opinion? Well they're not precise measurements, but the speed and downtime are quantifiable, so not exactly subjective either. With regards to speed, I find clicks (even to open tiny files) take several seconds to respond on github's git browser, and it's all time spent in client-side javascript, which loads a representation (json iirc) of the data and then transforms it to html client-side. Compare this to cgit (what we have on the musl site) which loads instantly. Rich
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.