bird-house / bird-house/twitcher
Add a caching mechanism
- Dominant language
- Python
- Stars
- 15
- Forks
- 5
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 4
Description
In the case where a request is made and a result has already been computed for the exact same inputs (checked by hashes) and the same server code (checked by hash also, or unique id generated by make install), return the cached file instead of redoing the computation.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files or tests. Start by tracing the request-handling entry point and the existing result-file and hash logic, then inspect how make install identifies server code. Done means an exact input and server-code match returns the cached file without recomputing the result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, performance
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100