coreos / fedora-coreos-cincinnati

Backend for Fedora CoreOS auto-updates (Cincinnati server)
Other
12 stars 16 forks source link

graph-builder: avoid cloning graph data on each request #62

Closed lucab closed 3 years ago

lucab commented 3 years ago

This reworks graph-builder caching logic to use Bytes as the data container type, using its internal reference counting mechanism in order to avoid cloning cached blobs when handling graph requests.