Skip to content

Optimise tracking of deferred timings in DelegatingRateLimiterImpl request-release timing  #555

@oschaaf

Description

@oschaaf

As of #552, the DelegatingRateLimiter implementation buffers request-release timings from its inner rate limiter.
Today it uses a sorted std::list to accomplish this, but there are probably more efficient means to pull
this off when there are many timings to track.

Context: 131d2e0#r495628578

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions