Skip to content

Small pack-objects cache improvements

Jacob Vosmaer requested to merge jv-pack-side-band-writes into master

This MR contains two small improvements to the pack-objects cache.

  1. Coalesce pktline writes when generating cache entries: this reduces system calls
  2. Simplify counting of generated cache entry bytes for logging and prometheus (because the numbers look odd)
Edited by Jacob Vosmaer

Merge request reports