No inflated benchmarks. Where the tools are genuinely comparable, we say so. Where the architecture actually diverges, here's exactly how — and what it means for who owns your infrastructure.
| Capability | GrowthStack | LaunchDarkly | Optimizely | Statsig |
|---|---|---|---|---|
| Feature flag targeting & percentage rollouts | ✓ | ✓ | ✓ | ✓ |
| Kill switch to disable a feature live | ✓ | ✓ | ✓ | ✓ |
| A/B and multivariate experimentation | ✓ | ✓ | ✓ | ✓ |
| Deterministic experiment assignment | ✓ | ✓ | ✓ | ✓ |
| Segment creation & targeting | ✓ | ✓ | ✓ | ✓ |
| Event ingestion & tracking | ✓ | ✓ | ✓ | ✓ |
| Detail | GrowthStack | LaunchDarkly | Optimizely | Statsig |
|---|---|---|---|---|
| Evaluation happens in-process, zero network calls | ✓Rules live in your own Postgres/Redis, evaluated in the same process as the request | –Client-side SDKs call LaunchDarkly's servers per evaluation, by their own documentation | —Not publicly specified | ~Local SDK cache, synced from Statsig's cloud control plane |
| Assignment when targeting depends on real-time behavior | ✓Segment membership is pre-computed for speed, but marries that with real-time behavioral data to stay accurate — live-behavior targeting still resolves in the same sub-5ms hot path | —Not publicly specified | —Not publicly specified | —Not publicly specified |
| Flag kill propagation | ✓No propagation step — single self-hosted instance, no global cache to sync | ~Sub-200ms global propagation (their published figure — genuinely fast) | —Not publicly specified | ~"Within seconds globally" (their own wording) |
| Assignment / evaluation latency | ✓Sub-5ms, in-process | —Depends on network round-trip for client SDKs | —Not publicly specified | ~Sub-50ms local evaluation (their published figure) |
| Peak concurrent requests | pending load test — Jun 26 | —Not publicly specified | —Not publicly specified | —Not publicly specified |
At the latency range above, raw differences are smaller than a human can perceive in normal use — included for technical completeness, not as a headline claim.