Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Kyle Galbraith

๐Ÿ‘ค Speaker
104 total appearances

Appearances Over Time

Podcast Appearances

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

When it comes to optimizing build times to drive build times to zero, you really have to take a step back and think about the core components that make up a build.

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

You have your CPUs, you have your networks, you have your disks, all of that comes into play when you're talking about reducing build time.

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

And so some of the things that we do at Depot, we're always running on the latest generation for ARM CPUs and AMD CPUs from

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

Amazon, those in general are anywhere between 30 and 40% faster than GitHub's own hosted runners.

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

And then we do a lot of cache tricks, both for way back in the early days, when we first started Depot, we focused on container image

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

builds but now we're doing the same types of cache tricks inside of github actions where we essentially multiplex uploads and downloads of github actions cache inside of our runners so that we're going directly to blob storage with as high of throughput as humanly possible we do other things inside of a github actions runner like we cordon off portions of memory to act as disk so that any kind of integration tests that you're doing inside of ci that's doing a lot of operations to disk think like you're testing database migrations in ci

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

By using RAM disks instead inside of the runner, it's not going to a physical drive.

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

It's going to memory.

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

And that's orders of magnitude faster.

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

The other part of build performance is the stuff that's not the tech side of it.

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

It's the observability side of it.

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

You can't actually make a build faster if you don't know where it should be faster.

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

And we look for patterns and commonalities across customers.

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

And that's what drives our product roadmap.

The Changelog: Software Development, Open Source
The era of the Small Giant (Interview)

This is the next thing we'll start optimizing for.

When it comes to optimizing build times to drive build times to zero, you really have to take a step back and think about the core components that make up a build.

You have your CPUs, you have your networks, you have your disks.

All of that comes into play when you're talking about reducing build time.

And so some of the things that we do at Depot, we're always running on the latest generation for ARM CPUs and AMD CPUs from Amazon.

Those in general are anywhere between 30% and 40% faster than GitHub's own hosted runners.

โ† Previous Page 1 of 6 Next โ†’