Skip to content

Implement per-bucket rate limiting #8

@abhikarki

Description

@abhikarki

Currently, the Rate Limiter uses global map lock, a single std::shared_mutex, to guard access to entire buckets map.
Refactor the locking strategy to allow per-bucket concurrency instead of global locking. This allows independent clients to proceed without blocking each other.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions