Anjali Katageri, Shobha Rani, Raghu Sengupta
We lifted 3 functions out of this paper's own repositories and ran 3 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| anjalik04/modified_wait | canonical | 3 of 3 |
| Function | Status | Where it lives |
|---|---|---|
| calculate_booking_limits | Ran | anjalik04/modified_wait/calculate_total_limit.py pointer only (licence: NONE) · get_code("768e89f98ab11bb6") |
| calculate_nested_booking_limits | Ran | anjalik04/modified_wait/calculate_total_limit.py pointer only (licence: NONE) · get_code("a23c030ac5cb7376") |
| calculate_total_limit | Ran | anjalik04/modified_wait/calculate_total_limit.py pointer only (licence: NONE) · get_code("7bf0954087a98f69") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Large Language Models (LLMs) such as ChatGPT and Claude are widely used for information retrieval and problem-solving. Recent work has focused on improving scheduling algorithms to boost throughput while maintaining low latency. However, these approaches often assume Poisson request arrivals with constant rates-an assumption that fails to reflect the inherently bursty and dynamic nature of real-world traffic. We propose a lightweight extension to the state-of-the-art WAIT algorithm [1], which adapts to time-varying arrival rates without prior traffic knowledge. The proposed algorithm performs online estimation of request intensity based on observed interarrival times. Using Markov Modulated Poisson Process (MMPP) based synthetic workloads with diverse request types, we conduct a simulation-based evaluation demonstrating that the proposed method achieves higher throughput than Sarathi-Serve [2], ORCA [3], and vLLM [4] in the evaluated low arrival-rate shift scenarios while maintaining comparable latency. Source code for our experiments is available at https://github.com/anjalik04/modified_wait.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2608.06135")
get_code_for_paper("2608.06135")
have("2608.06135")
Connect an agent — have() is free.