batching

Community

Amortize overhead, improve throughput and tail latency.

Authorhung-phan
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill addresses the issue of request overhead dominating the actual useful work in applications, leading to low throughput and high latency.

Core Features & Use Cases

  • Batching: Group work into batches to amortize overhead, increasing throughput and reducing tail latency.
  • Use Case: For example, instead of inserting 10k single-row inserts per second, batch them into 1000 rows and process in batches of 1000 for higher throughput.

Quick Start

Implement batching in your system by using a Batcher that flushes when the buffer size reaches a threshold or the time window elapses.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: batching
Download link: https://github.com/hung-phan/system-skills/archive/main.zip#batching

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.