github solo-io/gloo v1.7.0-beta5

latest releases: v1.18.0-beta23, v1.17.10, v1.17.9...
3 years ago

Fixes

  • CPU profile of Gloo at scale (5000+ upstreams) indicated that the generateXDSSnapshot function was taking upwards of 5 seconds of CPU on a ~50 second sample. This change optimizes the code by using creating hashes for the XDS snapshot using deterministic proto marshalling and fnv hashing rather than the reflection-based mitchellh/hashstructure which was benchmarked to be several orders of magnitude slower. (#4084)

Don't miss a new gloo release

NewReleases is sending notifications on new releases.