mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 15:37:24 +00:00
Add an int64 quantity implementation
Provides fast transformations of int64 scaled values with overflow to inf.Dec as needed. Attempts to reduce allocations and expensive operations in the critical path. Alters the public signature of Quantity to encourage more efficient use
This commit is contained in: