Quant.Explorer.RateLimiting.EtsBackend (quant v0.1.0-alpha.1)
ETS-based rate limiting backend implementation.
This backend uses ETS tables for high-performance, local rate limiting. It supports multiple rate limiting algorithms and provides automatic cleanup of expired entries.
Features
- Multiple rate limiting algorithms (sliding window, token bucket, weighted)
- Automatic cleanup of expired data
- Statistics tracking
- High performance with ETS