Skip to content

WIP: Resolve "Optimize `bst build` initialization time"

Jonathan Maw requested to merge 466-optimize-bst-build-initialization-time into master

Description

Changes proposed in this merge request:

  • Delegate calculation of artifact cache size to the artifact cache
  • Make the artifact cache store its size, so we can know the artifact cache's approximate size without having to calculate it.
  • Figure out a good way of making sure the stored artifact cache size doesn't drift too far out of sync.

This merge request, when approved, will close issue/bug:


Closes #466 (closed)

Edited by Jonathan Maw

Merge request reports