canonical / cos-proxy-operator

https://charmhub.io/cos-proxy
Apache License 2.0
2 stars 12 forks source link

Use a binary PyYAML package #150

Closed sed-i closed 2 months ago

sed-i commented 2 months ago

Issue

When we build pyyaml from source, we don't get the C-optimized lib. As a result, ops serialization is slow.

Solution

Use the binary version. Serialization is 20x faster.

Addresses #56.

Context