PulseGatePost-LLM software, agents & workflows market (since 2022)
Coverage
166,726

Apps indexed

 

Freshness
11 min ago

Last update

 

Cadence
1,439/day

7-day average

Indexed today: 550

PulseGate

Market catalog for public software products, models, infra, and workflow tools.

Software is shipping faster than ever, and a growing share of it lives outside the official app stores. PulseGate is a free public catalog — built for builders, analysts, and everyday users.

Platform

  • All Apps
  • Categories
  • Industry Updates
  • Data Sources
  • Coverage Rules
  • Glossary
  • Embed Widget

Support

  • Help Center
  • Submit a Project
  • Report an Issue

Company

  • About
  • Press & Data
  • Contact
  • Platform Status

Legal

  • Privacy
  • Terms
  • Disclaimer

© 2026 PulseGate. Operated by Dymaxio s.r.o., Prague, Czech Republic.·

All systems operational
  1. Home/
  2. philiprehberger-rate_limiter/
  3. Alternatives

philiprehberger-rate_limiter Alternatives

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
    philiprehberger.com

    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
    philiprehberger.com

    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
    philiprehberger.com

    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
    philiprehberger.com

    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
    philiprehberger.com

    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
    philiprehberger.com

    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
    philiprehberger.com

    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
    philiprehberger.com

    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.