AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Pattern of Download Less Data in Git
Git has built some really fancy data structures that I'm quite proud of. We have a data structure called the segmented change log. This is basically it's a way of kind of describing the shape of your commit history. And this allows us to do things like when you run smart log, and you know, hundreds of milliseconds, we can show the shape of where are your local commits in relation to everyone else's commits.