Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:21:12 +08:00
commit c0d51c4569
8 changed files with 193 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Scripts
Bundled resources for network-latency-analyzer skill
- [ ] analyze_request_patterns.py: Analyzes network request patterns to identify serial requests that can be parallelized.
- [ ] connection_pool_optimizer.py: Recommends optimal connection pool sizes based on observed network traffic.
- [ ] timeout_optimizer.py: Suggests timeout adjustments based on latency analysis.
- [ ] request_batcher.py: Implements request batching to reduce overhead.
- [ ] latency_simulator.py: Simulates network latency under different conditions to test optimizations.