* Revise implementation * Reformat * fix fallback logic * Add QoS APIs and docs * Reformat * Add QoS starvation prevention & bugfixes * Reformat * update docs * remove tl_caller_id * Fix worker distribution for multi-threaded submissions When multiple threads submit slices simultaneously, they all start distributing from worker 0, causing contention. Use thread_local offset to distribute starting worker across threads, ensuring each thread begins from a different worker. Also rename submit_slices to next_worker_idx for clarity. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cpp-api.md | ||
| failover.md | ||
| metrics.md | ||
| overview.md | ||
| qos.md | ||
| slice-spraying.md | ||
| tebench.md | ||