// multi-utility computation suite · offline · instant · precise
┌──────────────────────────┐
│ [c] calcalyst_ │
│ computation suite │
└──────────────────────────┘
// select a module to initialize
/ search↵ open firstesc close
// adsenseEMPTY_LEADER_SLOT728×90
// adsenseMOBILE_ANCHOR_SLOT320×50
// keyboard_shortcuts
/focus search
↑↓navigate module list
Enter
open first result from search
open highlighted
compute when module is open
compute when focused in a field
Escclose module · clear selection
⌫
build.api-rate-limit-cost Calculator
Calculates token bucket rate limit capacity from token refill rate, bucket size, and burst headroom, and shows how many requests are rejected under a given load profile. Token bucket is the most common rate-limiting algorithm — this tunes the parameters for a given traffic pattern.
Inputs
Rps
Reference formula or conversion factor shown for context.
Burst S
Reference formula or conversion factor shown for context.
Refill S
Amount per unit of time or per unit quantity. Check the denominator before interpreting.
Results
bucket capacity
Reference formula or conversion factor shown for context.
max burst
Reference formula or conversion factor shown for context.