Building Windows: 4 million commits, 10 million work items

Building Windows: 4 million commits, 10 million work items

  • March 13, 2018
Table of Contents

Building Windows: 4 million commits, 10 million work items

Microsoft’s switch to using Git as the version control system for Windows’ development has resulted in many challenges. Git wasn’t really built for a 300GB repository with 3.5 million files, and the engineering effort to make Git scale in this way continues.

Source: arstechnica.com

Share :
comments powered by Disqus

Related Posts

Magic Leap New Patent Applications

Magic Leap New Patent Applications

Just some quick notes to let my readers know I am in the process of digesting some new Magic Leap Patent Applications that were published last week. There are several related applications, but the most interesting one was US20180052277 MULTI-LAYER DIFFRACTIVE EYEPIECE. This application is 272 pages long, and I have only had time to flip through it, so this is all preliminary information, so I am mostly going off the figures.

Read More
HotSwap: Bringing hot code reloading to Buck

HotSwap: Bringing hot code reloading to Buck

Every day hundreds of Facebook engineers make thousands of code changes, each of which requires at least one, and usually many, iterations of the edit-compile-run development cycle. To speed up this process, we built and open-sourced Buck, a build tool designed from the ground up for fast iteration, allowing engineers to compile and run changes quickly.

Read More