|
|
|
|
|
by luckydude
3690 days ago
|
|
Give me a file that was slow and lets see how it is in BitKeeper. I bet you'll be impressed. 50K lines is not even 3x bigger than the file I mentioned. Which we check out in 20 milliseconds. As for optimizing blame, you are missing the point, it's not blame, it's merge, it's copy by reference rather than copy by value. |
|
(And yes, optimizing merge matters too, indeed it was a huge part of git's raison d'etre -- but, again, one usually merges with the stuff at the tip of tree: merging against something you did five years ago is rare, even if it's at a branch tip, and even rarer otherwise. Having to rewrite all the unmodified ancient stuff in the weave merely because of a merge at the tip seems wrong.)
(Now I'm tempted to go and import the Linux kernel or all of the GCC SVN repo into SCCS just to see how big the largest weave is. I have clearly gone insane from the summer heat. Stop me before I ci again!)