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.
- Host: GitHub
- URL: https://github.com/itvincent-git/echobuffer
- Owner: itvincent-git
- Created: 2019-01-04T12:13:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-27T09:48:03.000Z (over 5 years ago)
- Last Synced: 2025-05-11T07:34:51.584Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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带来性能损耗。利用缓存、合并为批量的方式来优化。