Crates.io | tower-batch |
lib.rs | tower-batch |
version | 0.1.0 |
source | src |
created_at | 2022-02-19 17:57:12.205502 |
updated_at | 2022-02-19 17:57:12.205502 |
description | `batch-tower` is a Tower middleware that allows you to buffer requests for batch processing until the buffer reaches a maximum size OR a maximum duration elapses. |
homepage | https://github.com/chmodas/tower-batch |
repository | https://github.com/chmodas/tower-batch |
max_upload_size | |
id | 535305 |
size | 55,748 |
Writing data in bulk is a common technique for improving the efficiency of certain
tasks. batch-tower
is a Tower middleware that allows you to buffer requests for batch processing
until the buffer reaches a maximum size OR a maximum duration elapses.
This project is licensed under the MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in batch-tower
by you, shall be licensed as MIT, without any
additional terms or conditions.