computerise / computerise/stonks
Make execution asynchronous for 10x speed-up
Open
enhancement
refactor
- Dominant language
- Python
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Average latency of the currently implemented API Endpoint is ~1s. Should be able to compute 10s-100s of valuations per request. Therefore we should send of 10s-100s of requests per second.
Use async/await to speed up data gathering and processing. Currently surplus to requirements as rate limit would be hit much faster.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.