philiprehberger-rate_limiter is an open-source Ruby gem that provides in-memory rate limiting using sliding window and token bucket algorithms. Below are 8 frameworks & sdks apps with similar functionality to philiprehberger-rate_limiter, matched by what each product actually does — not ranked or scored. Explore each to find the closest fit for your use case.
philiprehberger-rate_counter is an open-source Ruby library for measuring event throughput using a sliding window. It provides real-time rate counting, peak rate detection, and snapshot features for developers needing event metrics in Ruby apps.
philiprehberger-rate_window is an open-source Ruby library for tracking event rates over configurable time windows. It provides rate calculations, percentiles, and is suitable for monitoring and analytics in Ruby projects.
philiprehberger-token_bucket is an open-source Ruby library implementing a thread-safe token bucket rate limiter. It provides configurable capacity and refill strategies, enabling developers to control request rates in Ruby applications.
philiprehberger-stopwatch is an open-source Ruby gem that implements a precision stopwatch with lap timing, pause/resume, and formatted output. It is designed for developers needing accurate timing tools in their Ruby projects.
philiprehberger-counter is an open-source Ruby gem that provides frequency counting, most-common value calculation, merging, and percentage operations for collections. It is designed for Ruby developers needing efficient data analysis tools.
philiprehberger-priority_queue is an open-source Ruby gem that implements a binary heap-based priority queue supporting both min and max modes, custom comparators, and priority updates. It is designed for Ruby developers who need efficient task or item prioritization in their applications. The gem is distributed under the MIT license and can be installed via RubyGems.
philiprehberger-interval is an open-source Ruby library that provides an interval data type supporting open, closed, and half-open boundaries. It enables arithmetic operations, merging, and gap finding for intervals, making it useful for developers working with range-based data in Ruby projects.
philiprehberger-lru is an open-source Ruby library providing a thread-safe Least Recently Used (LRU) cache with support for time-to-live (TTL), eviction callbacks, and hit/miss statistics. It is designed for Ruby developers who need efficient in-memory caching.