tower-batch

Crates.iotower-batch
lib.rstower-batch
version0.1.0
sourcesrc
created_at2022-02-19 17:57:12.205502
updated_at2022-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.
homepagehttps://github.com/chmodas/tower-batch
repositoryhttps://github.com/chmodas/tower-batch
max_upload_size
id535305
size55,748
Borislav Borisov (chmodas)

documentation

README

tower-batch

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.

License

This project is licensed under the MIT license.

Contribution

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.

Commit count: 20

cargo fmt