An open API service indexing awesome lists of open source software.

https://github.com/itvincent-git/echobuffer

An intermediary layer for a request to receive data, which solves the performance loss caused by frequent calls to remote API when repeated requests and batch requests are made.Use cache, merge into batch mode to optimize.
https://github.com/itvincent-git/echobuffer

Last synced: 11 months ago
JSON representation

An intermediary layer for a request to receive data, which solves the performance loss caused by frequent calls to remote API when repeated requests and batch requests are made.Use cache, merge into batch mode to optimize.

Awesome Lists containing this project

README

          

# **echobuff**
An intermediary layer for a request to receive data, which solves the performance loss caused by frequent calls to remote API when repeated requests and batch requests are made.Use cache, merge into batch mode to optimize.

## 中文
一个请求接受数据的中间层,解决重复请求及批量请求时,频繁调用远程api带来性能损耗。利用缓存、合并为批量的方式来优化。