Reverse engineering GitHub Actions cache to make it fast | Blacksmith

We reverse engineered GitHub Actions cache internals to transparently route cache requests through our faster, colocated cache. This delivered up to 10x faster cache performance for some of our customers, with no code changes required and no need to maintain forks of upstream actions.

Read in full here: