How to optimize memory in Algorithms without large state?
Question
Asked9 days ago
Viewed316 times
25
I'm working on **Algorithms** and need to optimize memory. I've tried a simple cache layer, but I'm still seeing large state.
Context:
- Dataset size: small startup
- Expected output: p95 < 200ms
- Current behavior: timeouts under load
What would be a clean approach here, and what should I watch out for?